開發平台(Platform): (Ex: Win10, Linux, ...)
Win10
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
VC++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
iostream
問題(Question):
if中==與=的差別
餵入的資料(Input):
{ 4,4,5,5,6,6,6,7,7,7,8,8 }
預期的正確結果(Expected Output):
7
錯誤結果(Wrong Output):
11
程式碼(Code):(請善用置底文網頁, 記得排版,禁止使用圖檔)
正確的:https://glot.io/snippets/fo6kxy21bw
錯誤的:https://glot.io/snippets/fo75qt5ijj
還請賜教,我還真的不知道為何會有這兩種寫法(汗
補充說明(Supplement):