#include<stdio.h>
int main()
{
int abc=185;
if(abc>=180)
printf ("%s\n","恭喜小明可以参加校篮球队");
}
return 0;
哪里出错了?
没有错,原来自己看错了,请问这个习题配合什么书本来学习的