Compile Error

/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:9:8: error: 'cnt' cannot be used as a function
    9 |     cnt(deep%2)++;
      |     ~~~^~~~~~~~
/in/foo.cc:10:9: error: 'i' was not declared in this scope
   10 |     for(i=0;i<g[u].size();i++)
      |         ^

信息

递交者
类型
递交
题目
P2888 树上漫步2025.3GESP6级T1
语言
C++
递交时间
2026-02-26 13:35:36
评测时间
2026-02-26 13:35:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes