為啥不對呢
#include
int main() { ? ? ? ? ?int height = 185; ? ?//補全所有代碼 ? ? ?if(height>=180) ? ?{ ? ? ? ?printf("%s\n","恭喜小明可以參加?;@球隊"); ? ?} ? ? ?return 0; ? ? ? } 咋不對???#include
int main() { ? ? ? ? ?int height = 185; ? ?//補全所有代碼 ? ? ?if(height>=180) ? ?{ ? ? ? ?printf("%s\n","恭喜小明可以參加?;@球隊"); ? ?} ? ? ?return 0; ? ? ? } 咋不對???2016-04-15
舉報
2016-05-25
#include<stdio.h>
int main()?
{
int height = 185; ? ?//補全所有代碼 ? ??
if(height>=180) ??
{ ? ? ??
printf("%s\n","恭喜小明可以參加?;@球隊"); ?
} ? ?
return 0; ? ? ?
}
漏了<stdio.h>
2016-04-26
if結(jié)束分號沒加,c語言比較嚴(yán)格
2016-04-17
好像是慕課網(wǎng)的問題