開發平台(Platform): (Ex: Win10, Linux, ...)
Windows
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
VS
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
程式碼中的(1)是正確的寫法,但不了解為什麼(2)的寫法不行
想法是ListNode n()完後,讓ptr=&n,但結果是錯的
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
https://ideone.com/Gb60BJ
程式碼(Code):
https://ideone.com/i5eC0B
補充說明(Supplement):
先謝謝各位前輩了!