#include <stdio.h>
int main()
{
int height = 185;
if(height >= 180)
prinft("%s\n","恭喜小明可以参加校篮球队");
}//补全所有代码
return 0;
}
额printf打错了