Wrong Answer
foo.cc: In function 'void cc(int, int)': foo.cc:11:19: warning: left operand of comma operator has no effect [-Wunused-value] 11 | for(int i=l,j=r;i<=r,j>=l;i++,j--){ | ~^~~ foo.cc:12:22: warning: statement has no effect [-Wunused-value] 12 | if(a[i]!=b[j]) flag==1; | ~~~~^~~
正在同步测试数据,请稍后 [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- Antisymmetry
- 语言
- C++
- 递交时间
- 2022-02-07 22:05:34
- 评测时间
- 2022-02-07 22:05:34
- 评测机
- 分数
- 0
- 总耗时
- 211ms
- 峰值内存
- 1.375 MiB