課程
/后端開發
/C
/C語言入門
?if((year%400==0)||(year%4==0?&&?year%100!==0))?
這個條件判斷是否為閏年 哪里有問題?
2016-06-05
源自:C語言入門 4-17
正在回答
year%100!==0中多了一個=。
慕少9913434 提問者
舉報
C語言入門視頻教程,帶你進入編程世界的必修課-C語言
1 回答In function 'main': error: expected expression before '=' token
4 回答In function 'main': error: expected ';' before '{' token
1 回答In function 'main': error: expected ';' before '{' token
1 回答In function 'main': error: expected expression before ')' token warning: no newline at end of file 請問這個錯誤是什么原因?謝了。
3 回答expected '(' before 'else'
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-06-05
year%100!==0中多了一個=。