這個是什么地方錯了
#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;
}
2018-07-31
舉報
2018-07-31
#include?<stdio.h> int?main()? {??????? ????int?height?=?185; ????//補全所有代碼 ????if(height>=180) ????printf("?恭喜小明可以參加校籃球隊?"); ?return?0; }//你的輸出格式錯誤,建議你以后直接復制題目的輸出內容