为什么输出结果上面有一堆乱码/249/5198/E9wv/hello.c: In function 'main': /249/5198/E9wv/hello.c:7:15: error: expected ';' before string constant printf"恭喜小明可以参加校篮球队"; ^
#include <stdio.h> int main() { int height = 185; if(height>=180)//补全所有代码 { printf"恭喜小明可以参加校篮球队"; } return 0; }