/ fastle /

记录详情

Runtime Error

/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:37:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i < to[now].size(); i++)
                 ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:52:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i = 0; i < to[now].size(); i++)
                 ~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 23ms 12.859 MiB
#2 Accepted 27ms 12.113 MiB
#3 Accepted 22ms 12.555 MiB
#4 Runtime Error 250ms 51.996 MiB
#5 Accepted 111ms 20.305 MiB
#6 Runtime Error 259ms 52.328 MiB
#7 Accepted 46ms 12.445 MiB
#8 Accepted 133ms 19.535 MiB
#9 Accepted 9ms 12.301 MiB
#10 Runtime Error 209ms 50.266 MiB
#11 Accepted 399ms 51.812 MiB
#12 Accepted 9ms 12.074 MiB
#13 Runtime Error 222ms 50.41 MiB
#14 Accepted 446ms 51.812 MiB
#15 Runtime Error 244ms 50.688 MiB
#16 Accepted 402ms 51.809 MiB
#17 Accepted 331ms 51.809 MiB
#18 Runtime Error 276ms 50.629 MiB
#19 Accepted 72ms 19.609 MiB
#20 Accepted 85ms 21.133 MiB

信息

递交者
类型
递交
题目
P1012 小L的充电器(by LeTri)
语言
C++
递交时间
2019-04-01 21:14:14
评测时间
2019-04-01 21:14:14
评测机
分数
70
总耗时
3584ms
峰值内存
52.328 MiB