记录详情

Runtime Error

/in/foo.cc: In function 'void dfs1(int, int)':
/in/foo.cc:14:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < adj[u].size(); ++i) {
                   ~~^~~~~~~~~~~~~~~
/in/foo.cc: In function 'void dfs2(int, int)':
/in/foo.cc:30:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < adj[u].size(); ++i) {
                   ~~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 17ms 37.727 MiB
#2 Accepted 16ms 36.406 MiB
#3 Accepted 16ms 36.402 MiB
#4 Accepted 16ms 36.672 MiB
#5 Accepted 17ms 40.066 MiB
#6 Runtime Error 57ms 56.531 MiB
#7 Runtime Error 56ms 56.617 MiB
#8 Runtime Error 56ms 56.637 MiB
#9 Accepted 206ms 59.512 MiB
#10 Accepted 206ms 56.625 MiB
#11 Accepted 204ms 57.082 MiB
#12 Accepted 208ms 59.316 MiB
#13 Accepted 343ms 57.137 MiB
#14 Accepted 365ms 57.062 MiB
#15 Accepted 342ms 57.055 MiB
#16 Accepted 353ms 58.336 MiB
#17 Accepted 328ms 53.785 MiB
#18 Accepted 343ms 56.605 MiB
#19 Accepted 351ms 53.828 MiB
#20 Runtime Error 172ms 65.406 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2019-03-11 18:58:12
评测时间
2019-03-11 18:58:12
评测机
分数
80
总耗时
3680ms
峰值内存
65.406 MiB