和答案一樣,但就是運行錯誤
#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;
}
2018-10-21
舉報
2018-10-21
是不是你的標點用的是中文的標點,你可以檢查一下