/ 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 33ms 12.148 MiB
#2 Accepted 32ms 12.102 MiB
#3 Accepted 25ms 13.559 MiB
#4 Runtime Error 227ms 50.355 MiB
#5 Accepted 101ms 19.898 MiB
#6 Runtime Error 213ms 52.352 MiB
#7 Accepted 10ms 12.375 MiB
#8 Accepted 94ms 19.445 MiB
#9 Accepted 11ms 12.07 MiB
#10 Runtime Error 234ms 50.281 MiB
#11 Accepted 427ms 51.816 MiB
#12 Accepted 32ms 12.086 MiB
#13 Runtime Error 254ms 50.453 MiB
#14 Accepted 472ms 51.812 MiB
#15 Runtime Error 282ms 50.578 MiB
#16 Accepted 446ms 51.809 MiB
#17 Accepted 346ms 51.809 MiB
#18 Runtime Error 264ms 50.633 MiB
#19 Accepted 73ms 19.637 MiB
#20 Accepted 74ms 19.695 MiB

信息

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