Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   24 |         for(int i=0;i<g[maxx].size();i+
      |                     ~^~~~~~~~~~~~~~~
/in/foo.cc:25:10: error: expected primary-expression before ')' token
   25 |         +)
      |          ^

信息

递交者
类型
递交
题目
P3100 找树根和孩子
语言
C++
递交时间
2026-05-17 09:24:14
评测时间
2026-05-17 09:24:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes