#include <stdio.h>int main() { int height = 185; //补全所有代码 if(height >= 180) { printf ("恭喜小明可以参加篮球队"); } return 0;}
你这语法上没错。应该是输出结果不符合题目要求
分号是不是用的中文