/ b6e0的OJ /

记录详情

Accepted

foo.cc: In function 'void dfs1(int, int)':
foo.cc:12:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for( int i = 0; i < g[ x ].size(); i++ )
                  ~~^~~~~~~~~~~~~~~
foo.cc: In function 'void dfs2(int, int)':
foo.cc:46:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for( int i = 0; i < g[ x ].size(); i++ )
                  ~~^~~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-07-30T13:43:09.385Z","handle":"2020-07-30T13:43:09.385Z","cache_start":"2020-07-30T13:43:09.413Z","read_cases":"2020-07-30T13:43:09.546Z","judge":"2020-07-30T13:43:09.550Z","done":"2020-07-30T13:43:11.543Z"}
# 状态 耗时 内存占用
#1 Accepted 2ms 2.602 MiB
#2 Accepted 2ms 2.602 MiB
#3 Accepted 2ms 2.598 MiB
#4 Accepted 2ms 2.602 MiB
#5 Accepted 2ms 2.605 MiB
#6 Accepted 2ms 2.609 MiB
#7 Accepted 115ms 7.34 MiB
#8 Accepted 72ms 5.641 MiB
#9 Accepted 108ms 7.336 MiB
#10 Accepted 113ms 7.285 MiB

信息

递交者
类型
递交
题目
P1003 红黑树
语言
C++
递交时间
2020-07-30 21:43:09
评测时间
2020-07-30 21:43:09
评测机
分数
100
总耗时
426ms
峰值内存
7.34 MiB