/ Vijos /

记录详情

Accepted

/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 8ms 5.125 MiB
#2 Accepted 389ms 5.25 MiB
#3 Accepted 196ms 5.215 MiB
#4 Accepted 26ms 7.578 MiB
#5 Accepted 16ms 7.621 MiB
#6 Accepted 105ms 7.75 MiB
#7 Accepted 234ms 5.977 MiB
#8 Accepted 561ms 9.492 MiB
#9 Accepted 1045ms 10.867 MiB
#10 Accepted 923ms 10.867 MiB

信息

递交者
类型
递交
题目
P1726 美食节
语言
C++
递交时间
2018-03-28 16:20:14
评测时间
2018-03-28 16:20:14
评测机
分数
100
总耗时
3509ms
峰值内存
10.867 MiB