/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In member function 'll node2::query()':
/in/foo.cc:41:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < V.size(); i++)
                         ~~^~~~~~~~~~
/in/foo.cc: In function 'void gen()':
/in/foo.cc:61:15: warning: unused variable 'w' [-Wunused-variable]
     int i, j, w;
               ^
/in/foo.cc: In function 'node2 Merge(node2, node2, int*)':
/in/foo.cc:135:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < a.V.size(); i++)
                     ~~^~~~~~~~~~~~
/in/foo.cc:137:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < b.V.size(); i++)
                     ~~^~~~~~~~~~~~
/in/foo.cc: In function 'void solve(int, int)':
/in/foo.cc:193:31: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
     printf("%d\n",temp.query());
                               ^
# 状态 耗时 内存占用
#1 Runtime Error 10ms 13.133 MiB
#2 Runtime Error 4ms 3.43 MiB
#3 Runtime Error 4ms 7.211 MiB
#4 Runtime Error 4ms 3.324 MiB
#5 Runtime Error 4ms 7.23 MiB
#6 Runtime Error 4ms 3.441 MiB
#7 Runtime Error 4ms 7.188 MiB
#8 Runtime Error 4ms 3.449 MiB
#9 Runtime Error 4ms 6.699 MiB
#10 Runtime Error 4ms 3.352 MiB

信息

递交者
类型
递交
题目
P2053 世界地图
语言
C++
递交时间
2019-05-08 10:51:51
评测时间
2019-05-08 10:51:51
评测机
分数
0
总耗时
50ms
峰值内存
13.133 MiB