試了好久就是不知道錯哪了
#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-03-30
舉報
2021-05-04
if(height>=180)沒有分號
2021-04-25
反斜杠錯了
2021-03-31
printf結尾的分號換成英文的