看不懂哪里錯(cuò)了
#include
int main() { ? ?int age=18 ? ? ? ? ? ? ? ? ? ?/*這里定義年齡*/ ? ?printf("我今年%d歲!\n", age); ? ?return 0; ? ? } 為什么顯示的是In function 'main': error: expected ',' or ';' before 'printf' warning: no newline at end of file2015-10-18
舉報(bào)
2015-10-18
這一句缺了分號(hào)
2015-10-18
知道哪里錯(cuò)了 謝謝各位
2015-10-18
加了 還是不行
2015-10-18
int age=18? 后面沒(méi)有';' 分號(hào)
2015-10-18
分號(hào)都沒(méi)寫
錯(cuò)誤信息也不看