和答案一樣,但就是運(yùn)行錯(cuò)誤
#include <stdio.h>
int main()?
{? ? ? ?
? ? int height = 185;
? ? if(height >= 180)
? ? {
? ? ? ? printf("%s\n","恭喜小明可以參加?;@球隊(duì)");
? ? }
return 0;
}
#include <stdio.h>
int main()?
{? ? ? ?
? ? int height = 185;
? ? if(height >= 180)
? ? {
? ? ? ? printf("%s\n","恭喜小明可以參加?;@球隊(duì)");
? ? }
return 0;
}
2018-10-21
舉報(bào)
2018-10-21
是不是你的標(biāo)點(diǎn)用的是中文的標(biāo)點(diǎn),你可以檢查一下