開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
Dev-C++
問題(Question):
自己測output沒有問題,不曉得為什麼一直出現Runtime Error...
餵入的資料(Input):
10
move 9 onto 1
move 8 over 1
move 7 over 1
move 6 over 1
pile 8 over 6
pile 8 over 5
move 2 over 1
move 4 over 9
quit
預期的正確結果(Expected Output):
0: 0
1: 1 9 2 4
2:
3: 3
4:
5: 5 8 7 6
6:
7:
8:
9:
程式碼(Code):(請善用置底文網頁, 記得排版)
http://codepad.org/YeGwKn8o (已加註解)
補充說明(Supplement):
問題:http://uva.onlinejudge.org/external/1/101.html
41~46行:應該會在這裡讀到quit出去迴圈
如果下一個是EOF
31行:while (scanf("%d",&block) != -1)
在這行應該就會結束程式了