/ 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:76:9: warning: unused variable 'new_n' [-Wunused-variable]
     int new_n=0;
         ^~~~~
/in/foo.cc:50:12: warning: iteration 999 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 924.0 KiB
#2 Accepted 30ms 2.73 MiB
#3 Runtime Error 118ms 10.34 MiB
#4 Runtime Error 131ms 11.582 MiB
#5 Runtime Error 134ms 11.309 MiB
#6 Runtime Error 135ms 11.832 MiB
#7 Runtime Error 157ms 10.461 MiB
#8 Accepted 150ms 2.895 MiB
#9 Runtime Error 133ms 10.258 MiB
#10 Runtime Error 134ms 10.605 MiB

信息

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