/ 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 5ms 5.625 MiB
#2 Accepted 347ms 5.0 MiB
#3 Accepted 146ms 6.25 MiB
#4 Accepted 14ms 5.234 MiB
#5 Accepted 21ms 6.105 MiB
#6 Accepted 84ms 5.25 MiB
#7 Accepted 232ms 7.965 MiB
#8 Accepted 626ms 9.27 MiB
#9 Runtime Error 538ms 10.492 MiB
#10 Runtime Error 573ms 10.59 MiB

信息

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