Accepted

/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:12:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   12 |         for (int i = 0; i < v[u].size(); i ++) {
      |                         ~~^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 2.777 MiB
#2 Accepted 4ms 2.602 MiB
#3 Accepted 3ms 2.797 MiB
#4 Accepted 3ms 2.625 MiB
#5 Accepted 3ms 2.801 MiB
#6 Accepted 3ms 2.605 MiB
#7 Accepted 3ms 2.812 MiB
#8 Accepted 3ms 2.812 MiB
#9 Accepted 3ms 2.824 MiB
#10 Accepted 3ms 2.602 MiB

信息

递交者
类型
递交
题目
P2782 二叉树 6级2 2024.6
语言
C++
递交时间
2025-05-25 08:29:23
评测时间
2025-05-25 08:29:23
评测机
分数
100
总耗时
37ms
峰值内存
2.824 MiB