#include <stdio.h>
int main()
{
int height = 185;
//补全所有代码
if(height>=180)
printf("恭喜小明可以参加校篮球");
}
eles
printf("小明不可以参加校篮球");
return 0;
else拼错了。。。