Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:71:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::vector<int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
71 | for (int k = 0; k < solutions.size(); ++k) {
| ~~^~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1326 十全十美
- 语言
- C++
- 递交时间
- 2026-02-20 19:38:57
- 评测时间
- 2026-02-20 19:38:57
- 评测机
- 分数
- 100
- 总耗时
- 107ms
- 峰值内存
- 580.0 KiB