首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
永远没有永远的代码贴
→
全部
[C语言]求问result=(x>=y>=2)? 1:0;是什么意思啊?
#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
永远没有永远
全部(1)
C语言(1)