Runtime Error
foo.cc: In function 'int main()':
foo.cc:60:30: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
60 | for(int j=1;j<=Left[i].cnt/2;j++)
| ~^~~~~~~~~~~~~~~
foo.cc:63:30: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
63 | for(int j=1;j<=Right[i].cnt/3;j++)
| ~^~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 比赛
- 2023暑期青少年社团(惜别赛)
- 语言
- C++
- 递交时间
- 2023-08-24 16:31:16
- 评测时间
- 2023-08-24 16:31:16
- 评测机
- 分数
- 84
- 总耗时
- 7636ms
- 峰值内存
- 1.188 MiB