/ 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:68: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];
                  ~~^~~~~~~~~~~~~~~~
foo.cc:40:6: warning: unused variable 't1' [-Wunused-variable]
  int t1 = 1, t2 = 0;
      ^~
foo.cc:40:14: warning: unused variable 't2' [-Wunused-variable]
  int t1 = 1, t2 = 0;
              ^~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 6ms 5.039 MiB
#2 Accepted 6ms 5.062 MiB
#3 Accepted 6ms 4.898 MiB
#4 Accepted 6ms 4.996 MiB
#5 Accepted 6ms 5.055 MiB
#6 Accepted 8ms 5.023 MiB
#7 Accepted 6ms 4.992 MiB
#8 Accepted 92ms 11.422 MiB
#9 Accepted 83ms 10.746 MiB
#10 Accepted 94ms 11.164 MiB

信息

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