開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
GCC
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
我目前已完成了中置運算式轉後置運算式的程式碼 但我想在算式之間穿差空格 該如何
該如何變化?
餵入的資料(Input):
12+12+13
A+B
預期的正確結果(Expected Output):
12 12 + 13 +
A B +
錯誤結果(Wrong Output):
1212+13+
AB+
程式碼(Code):(請善用置底文網頁, 記得排版)
http://ideone.com/YedF6N
補充說明(Supplement):
程式碼有點長 所以貼於網址中