Accepted
/in/foo.cc: In function 'void dfs(int, int)': /in/foo.cc:13:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 13 | for (int l = 0; l < a[i].size(); l ++) { | ~~^~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2890 图上移动
- 比赛
- 2025.5.25高级班练习
- 语言
- C++
- 递交时间
- 2025-05-28 19:57:07
- 评测时间
- 2025-05-28 19:57:07
- 评测机
- 分数
- 100
- 总耗时
- 165ms
- 峰值内存
- 1.523 MiB