/ 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.008 MiB
#2 Accepted 6ms 4.938 MiB
#3 Accepted 6ms 4.961 MiB
#4 Accepted 7ms 4.977 MiB
#5 Accepted 6ms 5.062 MiB
#6 Accepted 6ms 4.949 MiB
#7 Accepted 6ms 5.016 MiB
#8 Accepted 91ms 12.523 MiB
#9 Accepted 81ms 11.715 MiB
#10 Accepted 80ms 12.23 MiB

信息

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