/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:54:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   54 |     for (int i = 0; i < graph.size(); i++)
      |                     ~~^~~~~~~~~~~~~~
foo.cc:62:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   62 |     for (int i = 0; i < graph[0].size(); i++)
      |                     ~~^~~~~~~~~~~~~~~~~
foo.cc:71:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   71 |     for (int i = 1; i < graph.size(); i++)
      |                     ~~^~~~~~~~~~~~~~
foo.cc:73:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   73 |         for (int j = 1; j < graph[i].size(); j++)
      |                         ~~^~~~~~~~~~~~~~~~~
foo.cc:82:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   82 |     for (int i = 0; i < graph.size(); i++)
      |                     ~~^~~~~~~~~~~~~~
foo.cc:84:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   84 |         for (int j = 0; j < graph[i].size(); j++)
      |                         ~~^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 1,21d0 < 1 1 1 1 1 4ms 412.0 KiB
#2 Wrong Answer 1,21d0 < 1 1 1 1 1 4ms 324.0 KiB
#3 Wrong Answer 1,21d0 < 1 0 0 0 0 3ms 412.0 KiB
#4 Wrong Answer 1,21d0 < 1 1 1 1 1 4ms 412.0 KiB
#5 Wrong Answer 1,21d0 < 1 1 1 1 1 3ms 328.0 KiB
#6 Wrong Answer 1,21d0 < 1 1 1 1 1 4ms 412.0 KiB
#7 Wrong Answer 1,21d0 < 1 1 1 1 1 4ms 332.0 KiB
#8 Wrong Answer 1,21d0 < 1 1 1 1 1 4ms 412.0 KiB
#9 Wrong Answer 1,21d0 < 1 1 1 1 1 3ms 412.0 KiB
#10 Wrong Answer 1,21d0 < 1 1 1 1 1 3ms 412.0 KiB

信息

递交者
类型
递交
题目
P1121 马拦过河卒
语言
C++
递交时间
2023-09-13 16:02:46
评测时间
2023-09-13 17:01:12
评测机
分数
0
总耗时
41ms
峰值内存
412.0 KiB