Accepted
foo.cc: In function 'bool cmp(xx, xx)':
foo.cc:16:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   16 |         return a.e>b.e||a.e==b.e&&a.i<b.i;
      |                         ~~~~~~~~^~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:39:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   39 |         while(i<10||i>=10&&q[j].e==si)
      |                     ~~~~~^~~~~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2445 歌咏比赛
 - 比赛
 - 2023CSP热身1
 - 语言
 - C++
 - 递交时间
 - 2023-09-29 19:52:19
 - 评测时间
 - 2023-09-29 19:52:19
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 82ms
 - 峰值内存
 - 540.0 KiB