回复 9楼 zhoucheng_45
没看到我是来求解的么? = = 你告诉我我错了我感谢你还来不及,你至于这个口气?
程序代码:#include <stdio.h>
void main(){
int a=5,b=8;
printf("%d",!a<b);
return ;
}和
程序代码:#include <stdio.h>
void main(){
int a=5,b=8;
printf("%d",!(a<b));
return ;
}比较一下不就行了 