Accepted
/in/foo.cc: In function 'bool cmp(std::pair<int, int>, std::pair<int, int>)': /in/foo.cc:7:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] return a.first>b.first||a.first==b.first&&a.second<b.second; ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1900 假期作业
- 语言
- C++
- 递交时间
- 2024-02-28 15:13:01
- 评测时间
- 2024-02-28 15:13:01
- 评测机
- 分数
- 100
- 总耗时
- 628ms
- 峰值内存
- 2.707 MiB