小白發現不了錯誤!5555
#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;
}
2021-07-23
舉報
2021-08-29
你這個沒什么錯誤,應該是你的逗號或者是分號沒用英文打
2021-07-24
printf語句中的逗號用英文的。