记录详情

Runtime Error

/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:17:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0, to; i < v[x].size(); i++) {
                     ~~^~~~~~~~~~~~~
/in/foo.cc: In function 'void dfs2(int, int)':
/in/foo.cc:27:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0, to; i < v[x].size(); i++) 
                     ~~^~~~~~~~~~~~~
/in/foo.cc: In function 'void print(int*)':
/in/foo.cc:57:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i = 1; i <= N; i++) printf("%d ", a[i]); puts("");
  ^~~
/in/foo.cc:57:51: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int i = 1; i <= N; i++) printf("%d ", a[i]); puts("");
                                                   ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 30ms 27.949 MiB
#2 Wrong Answer 33ms 28.5 MiB
#3 Wrong Answer 33ms 28.25 MiB
#4 Wrong Answer 41ms 29.25 MiB
#5 Wrong Answer 39ms 28.703 MiB
#6 Runtime Error 82ms 48.254 MiB
#7 Runtime Error 105ms 47.656 MiB
#8 Runtime Error 72ms 47.75 MiB
#9 Accepted 173ms 40.0 MiB
#10 Accepted 192ms 43.75 MiB
#11 Accepted 173ms 42.0 MiB
#12 Accepted 152ms 41.75 MiB
#13 Wrong Answer 265ms 39.875 MiB
#14 Wrong Answer 257ms 43.723 MiB
#15 Wrong Answer 244ms 44.387 MiB
#16 Wrong Answer 260ms 44.098 MiB
#17 Wrong Answer 242ms 41.137 MiB
#18 Wrong Answer 274ms 41.375 MiB
#19 Wrong Answer 262ms 40.02 MiB
#20 Runtime Error 188ms 68.688 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2018-09-29 09:41:45
评测时间
2018-09-29 09:41:45
评测机
分数
20
总耗时
3129ms
峰值内存
68.688 MiB