/ Vijos /

记录详情

Accepted

foo.cc: In function 'void TreeDP(int, int)':
foo.cc:42:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int z = 0; z < edge[x].size(); z++)
                  ~~^~~~~~~~~~~~~~~~
foo.cc:48:17: warning: unused variable 'tmp2' [-Wunused-variable]
    ll tmp1 = 0, tmp2 = 0;
                 ^~~~
foo.cc:70:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int z = 0; z < edge[x].size(); z++) if (edge[x][z] != st) num[++len] = edge[x][z];
                  ~~^~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 6ms 4.914 MiB
#2 Accepted 7ms 5.051 MiB
#3 Accepted 6ms 5.0 MiB
#4 Accepted 6ms 5.0 MiB
#5 Accepted 7ms 5.078 MiB
#6 Accepted 6ms 5.07 MiB
#7 Accepted 7ms 5.086 MiB
#8 Accepted 90ms 11.434 MiB
#9 Accepted 80ms 10.758 MiB
#10 Accepted 82ms 11.176 MiB

信息

递交者
类型
递交
题目
P1770 大内密探
语言
C++
递交时间
2021-03-15 17:47:33
评测时间
2021-03-15 17:47:33
评测机
分数
100
总耗时
300ms
峰值内存
11.434 MiB