開發平台(Platform): (Ex: Win10, Linux, ...)
Linux
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
GCC
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
如附件程式碼
第7~17行, 在if判斷式裡做賦值 x=n, 會以 if(n) 來做判斷
第21~77行,在if判斷式裡做賦值 x=n, 再加上 || 或 && 做判斷, 為什麼結果cout出來看
x的值只會有1或0呢?
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版,禁止使用圖檔)
https://ideone.com/3QRPca
補充說明(Supplement):