Accepted
/in/foo.cc: In function 'int SPFA(int)': /in/foo.cc:53:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<edgenode>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 53 | for (int z = 0; z < edge[x].size(); z++) | ~~^~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1690 交换
- 语言
- C++
- 递交时间
- 2025-02-15 15:21:03
- 评测时间
- 2025-02-15 15:21:03
- 评测机
- 分数
- 100
- 总耗时
- 24ms
- 峰值内存
- 796.0 KiB