/ 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:74:9: warning: unused variable 'new_n' [-Wunused-variable]
     int new_n=0;
         ^~~~~
/in/foo.cc:50:12: warning: iteration 499 invokes undefined behavior [-Waggressive-loop-optimizations]
     pre2[i]=i;
     ~~~~~~~^~
/in/foo.cc:49:18: note: within this loop
     for(int i=1;i<=maxn;i++)
                 ~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 612.0 KiB
#2 Accepted 32ms 936.0 KiB
#3 Runtime Error 116ms 9.258 MiB
#4 Runtime Error 120ms 1.289 MiB
#5 Runtime Error 125ms 9.289 MiB
#6 Runtime Error 127ms 9.172 MiB
#7 Runtime Error 130ms 9.172 MiB
#8 Accepted 119ms 1.289 MiB
#9 Runtime Error 129ms 9.176 MiB
#10 Runtime Error 121ms 1.301 MiB

信息

递交者
类型
递交
题目
P1178 打击罪犯
语言
C++
递交时间
2020-06-10 20:24:03
评测时间
2020-06-10 20:34:45
评测机
分数
30
总耗时
1029ms
峰值内存
9.289 MiB