Accepted
foo.cc: In function 'int main()': foo.cc:61:20: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 61 | for (int i = 2; i <= n / 2 + 1; i++) { | ~~^~~~~~~~~~~~ foo.cc:63:9: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 63 | if (i == p) { | ~~^~~~
Found 30 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 比赛
- [JYOI] Round1
- 语言
- C++
- 递交时间
- 2022-02-06 17:11:14
- 评测时间
- 2022-02-06 17:11:19
- 评测机
- 分数
- 100
- 总耗时
- 1950ms
- 峰值内存
- 23.59 MiB