/ Vijos /

记录详情

Accepted

foo.cc: In function 'void TreeDP(int, int)':
foo.cc:56:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int z = 0; z < edge[x].size(); z++)
                  ~~^~~~~~~~~~~~~~~~
foo.cc:53:6: warning: unused variable 't1' [-Wunused-variable]
  int t1 = 1, t2 = 0;
      ^~
foo.cc:53:14: warning: unused variable 't2' [-Wunused-variable]
  int t1 = 1, t2 = 0;
              ^~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 10ms 9.578 MiB
#2 Accepted 10ms 9.527 MiB
#3 Accepted 10ms 9.523 MiB
#4 Accepted 11ms 9.641 MiB
#5 Accepted 11ms 9.711 MiB
#6 Accepted 11ms 9.715 MiB
#7 Accepted 11ms 9.75 MiB
#8 Accepted 135ms 22.008 MiB
#9 Accepted 117ms 20.543 MiB
#10 Accepted 123ms 21.582 MiB

信息

递交者
类型
递交
题目
P1770 大内密探
语言
C++
递交时间
2021-03-15 19:12:11
评测时间
2021-03-15 19:12:11
评测机
分数
100
总耗时
453ms
峰值内存
22.008 MiB