首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴永远没有永远的代码贴全部
#include<stdio.h>
main()
{
int x,y,result;
x=4;y=3;
result=(x>=y>=2)? 1:0;
printf("result=%d",result);

}
阅读全部 | 2019年10月5日 16:33
1
永远没有永远