這里哪里錯了 沒看出來阿 - -
#include <stdio.h>
int main()?
{
? ? int height = 185;
? ? if (height>=180)
? ? {
? ? ? ? printf("恭喜小明可以參加校籃球隊");
? ? }
? ? return 0 ;
}
#include <stdio.h>
int main()?
{
? ? int height = 185;
? ? if (height>=180)
? ? {
? ? ? ? printf("恭喜小明可以參加校籃球隊");
? ? }
? ? return 0 ;
}
2021-02-20
舉報
2021-10-06
你要在恭喜小明可以參加?;@球隊前面加一個"%s\n"
2021-06-07
把錯誤貼下