#include <stdio.h>
int main()
{
int height = 185;
if(height>=180)
{ printf("%s/n","恭喜小明可以加入校篮球队");}//补全所有代码
return 0;
}
那个换行符号\n 错写成/n了