請問大佬,哪里錯了?
#include <stdio.h>
int main()?
{ ? ? ??
? ? int height = 185;
? ? if(height>=180)
? ? {
? ? ? ? printf("%S\n","恭喜小明可以參加?;@球隊");
? ? }
? ? else
? ? {
? ? ? ? printf("%S\n","不可以");
? ? }
return 0;
}
#include <stdio.h>
int main()?
{ ? ? ??
? ? int height = 185;
? ? if(height>=180)
? ? {
? ? ? ? printf("%S\n","恭喜小明可以參加?;@球隊");
? ? }
? ? else
? ? {
? ? ? ? printf("%S\n","不可以");
? ? }
return 0;
}
2018-10-16
舉報
2018-10-17
s應(yīng)該是小寫的吧,C語言很看重大小寫的
2018-10-16
去掉"%S\n",