Accepted
foo.cc: In function ‘void dts::main()’: foo.cc:85:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<dts::posi>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 85 | for (int i=0;i<a.size();i++) | ~^~~~~~~~~ foo.cc:97:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<dts::edge>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 97 | for (int i=1;i<e.size();i++) | ~^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1050 送给圣诞夜的行程
- 语言
- C++
- 递交时间
- 2024-08-15 16:28:09
- 评测时间
- 2024-08-15 16:28:09
- 评测机
- 分数
- 100
- 总耗时
- 214ms
- 峰值内存
- 3.676 MiB