记录详情

Runtime Error

/in/foo.cc: In function 'int dfs(std::vector<int>&, int, int)':
/in/foo.cc:13:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(i=0; i<V.size(); i++)
           ~^~~~~~~~~
/in/foo.cc:16:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(i<V.size() && V[i]==x) 
     ~^~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 7ms 8.477 MiB
#2 Runtime Error 6ms 8.367 MiB
#3 Runtime Error 7ms 8.477 MiB
#4 Runtime Error 7ms 8.434 MiB
#5 Runtime Error 7ms 8.414 MiB
#6 Runtime Error 7ms 8.367 MiB
#7 Runtime Error 7ms 8.344 MiB
#8 Runtime Error 7ms 8.41 MiB
#9 Runtime Error 7ms 8.359 MiB
#10 Runtime Error 7ms 8.41 MiB
#11 Runtime Error 7ms 8.395 MiB
#12 Runtime Error 7ms 8.359 MiB
#13 Runtime Error 7ms 8.367 MiB
#14 Runtime Error 7ms 8.367 MiB
#15 Runtime Error 7ms 8.355 MiB
#16 Runtime Error 7ms 8.395 MiB
#17 Runtime Error 7ms 8.379 MiB
#18 Runtime Error 7ms 8.367 MiB
#19 Runtime Error 7ms 8.477 MiB
#20 Runtime Error 7ms 8.418 MiB

信息

递交者
类型
递交
题目
P1272 数字分解
语言
C++
递交时间
2021-07-18 19:59:03
评测时间
2021-07-18 20:00:59
评测机
分数
0
总耗时
145ms
峰值内存
8.477 MiB