/ 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 7ms 4.613 MiB
#2 Accepted 373ms 7.625 MiB
#3 Accepted 135ms 4.125 MiB
#4 Accepted 15ms 5.375 MiB
#5 Accepted 29ms 5.238 MiB
#6 Accepted 79ms 4.852 MiB
#7 Accepted 188ms 8.5 MiB
#8 Accepted 427ms 9.695 MiB
#9 Accepted 1141ms 10.867 MiB
#10 Accepted 1104ms 10.949 MiB

信息

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