不知道哪里錯(cuò)了
#include <stdio.h>
int main()?
{ ? ? ??
? ? int height = 185;
? ? //補(bǔ)全所有代碼
? ? if(height >= 180) ? ?
? ?{ ? ?
? ? ? ? printf("%s\n","恭喜小明可以參加?;@球隊(duì)"); ?
? ?}
? ? return 0;
}
#include <stdio.h>
int main()?
{ ? ? ??
? ? int height = 185;
? ? //補(bǔ)全所有代碼
? ? if(height >= 180) ? ?
? ?{ ? ?
? ? ? ? printf("%s\n","恭喜小明可以參加?;@球隊(duì)"); ?
? ?}
? ? return 0;
}
2015-10-06
舉報(bào)
2015-10-06
這一行最后的分號(hào)敲錯(cuò)了,應(yīng)該改成英文分號(hào)