找不见错误求解答😭
if语句缺了
他让你用if格式,不是这么做的
#include <stdio.h>
int main()
{
int height = 185;
//补全所有代码
if (height >= 180)
printf("恭喜小明可以参加校篮球队");
}
return 0;