/ Vijos /

记录详情

Runtime Error

/in/foo.cc:7:24: warning: suggest parentheses around '+' inside '<<' [-Wparentheses]
 #define ALL_P MAXM*MAXP+MAXN
                        ^
/in/foo.cc:18:7: note: in expansion of macro 'ALL_P'
 }edge[ALL_P*MAXN<<1];
       ^~~~~
/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: In function 'int main()':
/in/foo.cc:117:9: warning: unused variable 't' [-Wunused-variable]
     int t,S,T;
         ^
/in/foo.cc: In function 'int SPFA(int&, int&)':
/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 7ms 7.625 MiB
#2 Accepted 361ms 6.25 MiB
#3 Accepted 154ms 7.5 MiB
#4 Accepted 11ms 7.355 MiB
#5 Accepted 33ms 5.969 MiB
#6 Accepted 61ms 6.332 MiB
#7 Accepted 204ms 8.75 MiB
#8 Accepted 456ms 9.742 MiB
#9 Runtime Error 16ms 9.242 MiB
#10 Runtime Error 14ms 8.719 MiB

信息

递交者
类型
递交
题目
P1726 美食节
语言
C++
递交时间
2018-03-28 16:17:29
评测时间
2018-03-28 16:17:29
评测机
分数
80
总耗时
1321ms
峰值内存
9.742 MiB