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