請(qǐng)問(wèn)哪里有問(wèn)題
#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;
}
2019-11-01
舉報(bào)
2019-12-22
printf最后面的分號(hào)錯(cuò)誤
2019-11-04
加一個(gè)換行符。
2019-11-02
else 呢?