#include <stdio.h>
int main()
{
int height = 185;
//补全所有代码
a=180 ;
if(height>=a)
{ printf("%s\n","恭喜小明可以参加校篮球队");
}
return 0;
应该 int a=180; 未定义数据类型