Accepted
/in/foo.cc: In function 'void Dijkstra()': /in/foo.cc:38:35: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<Edge>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 38 | for (int i = 0; i < G[u].size(); i++) { | ~~^~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 语言
- C++
- 递交时间
- 2025-07-06 00:16:39
- 评测时间
- 2025-07-06 00:16:39
- 评测机
- 分数
- 100
- 总耗时
- 242ms
- 峰值内存
- 28.207 MiB