/ LZOJ /

记录详情

Runtime Error

/in/foo.cc: In function 'int DFS(int, int)':
/in/foo.cc:27:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<G[u].size();i++)
              ~^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:72:9: warning: unused variable 'new_n' [-Wunused-variable]
     int new_n=0;
         ^~~~~
/in/foo.cc:48:12: warning: iteration 499 invokes undefined behavior [-Waggressive-loop-optimizations]
     pre2[i]=i;
     ~~~~~~~^~
/in/foo.cc:47:18: note: within this loop
     for(int i=1;i<=maxn;i++)
                 ~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 608.0 KiB
#2 Accepted 33ms 936.0 KiB
#3 Runtime Error 113ms 9.137 MiB
#4 Runtime Error 120ms 1.285 MiB
#5 Runtime Error 131ms 9.168 MiB
#6 Runtime Error 133ms 9.293 MiB
#7 Runtime Error 126ms 9.293 MiB
#8 Accepted 115ms 1.285 MiB
#9 Runtime Error 122ms 9.172 MiB
#10 Runtime Error 119ms 1.297 MiB

信息

递交者
类型
递交
题目
P1178 打击罪犯
语言
C++
递交时间
2020-06-10 20:16:37
评测时间
2020-06-10 20:21:11
评测机
分数
30
总耗时
1022ms
峰值内存
9.293 MiB