開發平台(Platform): (Ex: Win10, Linux, ...)
Win10
程式碼(Code):(請善用置底文網頁, 記得排版,禁止使用圖檔)
https://ideone.com/4Pjvqx
補充說明(Supplement):
題目:
Input Format:第一行正整數表示節點數量,第二行為pre-order traversal,第三行為in-o
rder traversal
Output Format:post-order traversal
Sample Input:
15
1 2 5 9 10 11 6 3 7 12 4 8 13 14 15
9 9 5 10 10 5 11 11 2 6 6 2 1 7 7 12 12 3 3 1 4 4 13 13 8 14 14 8 15 15
Sample Output:
9 10 11 5 6 2 12 7 3 13 14 15 8 4 1
附上OJ結果:
http://i.imgur.com/8pPuIBq.jpg
請大家幫我看看哪裡有問題QQ我真的找不到
感謝板上的大家