Accepted
foo.cc: In function ‘int main()’: foo.cc:17:17: warning: left operand of comma operator has no effect [-Wunused-value] 17 | if(a<b) a,b=b,a; | ^ foo.cc:17:24: warning: right operand of comma operator has no effect [-Wunused-value] 17 | if(a<b) a,b=b,a; | ^
信息
- 递交者
- 类型
- 递交
- 比赛
- 南师大2025年新生赛(第一场)
- 语言
- C++
- 递交时间
- 2025-08-15 08:56:24
- 评测时间
- 2025-08-23 22:05:48
- 评测机
- 分数
- 100
- 总耗时
- 14ms
- 峰值内存
- 760.0 KiB