這哪有錯呢#include <stdio.h> int main() { int height = 185; //補全所有代碼 if(height >=180 ) { printf("%s\n","恭喜小明可以參加?;@球隊"); return 0; } }
#include <stdio.h>
int main()?
{
? ? int height = 185; //補全所有代碼
? ? if(height >=180 )?
? ? {
? ? ? printf("%s\n","恭喜小明可以參加?;@球隊");
return 0;
? ? }
}
2017-07-09
return 0;應該在if語句外面
2017-07-09
printf語句中的逗號不是英文半角