#include <stdio.h>
int main()
{
int height = 185;
if (height>=180)
printf("恭喜小明可以参加校篮球队");
}
return 0 ;
你要在恭喜小明可以参加校篮球队前面加一个"%s\n"
把错误贴下