Wrong Answer
foo.c: In function 'main':
foo.c:9:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
9 | if(c++>b++>a){
| ~~~^~~~
foo.c:13:9: warning: 'y' is used uninitialized [-Wuninitialized]
13 | printf("%d %d %d %d %d",x,y,a,b,c);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.c:5:15: note: 'y' was declared here
5 | int x,y;
| ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1006 表达式运算(三)
- 语言
- C
- 递交时间
- 2023-08-13 00:35:30
- 评测时间
- 2023-08-13 00:35:30
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 284.0 KiB