#include <stdio.h>
int main()
{
int height=185;
if(height >= 180)
printf("%s\n","恭喜小明可以参加篮球队");
}
return 0;
因为题目说的是“恭喜小明可以参加校篮球队”是“校篮球队”不是“篮球队”?