Wrong Answer
foo.cc: In function 'int main()': foo.cc:13:21: warning: left operand of comma operator has no effect [-Wunused-value] 13 | for(int i=1,j=i+1;i<n,j<=n;i++,j++) | ~^~ foo.cc:15:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 15 | if(a[i]<a[j]||a[i]==a[j]&&b[i]>b[j]) | ~~~~~~~~~~^~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1900 假期作业
- 语言
- C++
- 递交时间
- 2022-06-20 09:28:37
- 评测时间
- 2022-06-20 09:28:37
- 评测机
- 分数
- 0
- 总耗时
- 740ms
- 峰值内存
- 3.242 MiB