Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:16:24: warning: comparison of integer expressions of different signedness: 'long long int' and 'long long unsigned int' [-Wsign-compare]
16 | if (las>n.size()-l) las=1,l++;
| ~~~^~~~~~~~~~~
/in/foo.cc:17:22: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
17 | if (l>n.size()-1) break;
| ~^~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2612 亲朋数 6级2 2023样卷
- 语言
- C++
- 递交时间
- 2026-03-05 21:38:24
- 评测时间
- 2026-03-05 21:38:24
- 评测机
- 分数
- 40
- 总耗时
- ≥2051ms
- 峰值内存
- ≥2.301 MiB