/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int SPFA(int&, int&)':
/in/foo.cc:52:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i=0;i<dir[t].size();i++)
                     ~^~~~~~~~~~~~~~
/in/foo.cc:72:17: warning: 'z' may be used uninitialized in this function [-Wmaybe-uninitialized]
         int x,y,z;
                 ^
/in/foo.cc:85:9: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
         if(y)
         ^~
/in/foo.cc:87:20: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
             y++;x++;
                    ^
# 状态 耗时 内存占用
#1 Accepted 6ms 5.613 MiB
#2 Accepted 288ms 6.766 MiB
#3 Accepted 160ms 7.375 MiB
#4 Accepted 9ms 6.75 MiB
#5 Accepted 34ms 6.484 MiB
#6 Accepted 62ms 6.086 MiB
#7 Accepted 175ms 8.125 MiB
#8 Runtime Error 530ms 9.293 MiB
#9 Runtime Error 11ms 8.617 MiB
#10 Runtime Error 8ms 8.23 MiB

信息

递交者
类型
递交
题目
P1726 美食节
语言
C++
递交时间
2018-03-28 16:09:43
评测时间
2018-03-28 16:09:43
评测机
分数
70
总耗时
1289ms
峰值内存
9.293 MiB