/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void TreeDP(int, int)':
/in/foo.cc:56:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   56 |         for (int z = 0; z < edge[x].size(); z++)
      |                         ~~^~~~~~~~~~~~~~~~
/in/foo.cc:53:13: warning: unused variable 't1' [-Wunused-variable]
   53 |         int t1 = 1, t2 = 0;
      |             ^~
/in/foo.cc:53:21: warning: unused variable 't2' [-Wunused-variable]
   53 |         int t1 = 1, t2 = 0;
      |                     ^~
# 状态 耗时 内存占用
#1 Accepted 9ms 9.648 MiB
#2 Accepted 9ms 9.566 MiB
#3 Accepted 9ms 9.656 MiB
#4 Accepted 9ms 9.688 MiB
#5 Accepted 9ms 9.801 MiB
#6 Accepted 9ms 9.746 MiB
#7 Accepted 9ms 9.754 MiB
#8 Accepted 91ms 20.977 MiB
#9 Accepted 80ms 19.723 MiB
#10 Accepted 75ms 20.523 MiB

信息

递交者
类型
递交
题目
P1770 大内密探
语言
C++
递交时间
1 个月前
评测时间
1 个月前
评测机
分数
100
总耗时
313ms
峰值内存
20.977 MiB