Wrong Answer
foo.cc: In function ‘int main()’:
foo.cc:26:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
26 | for(int i=0;i<g[mx].size();i++)
| ~^~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P3100 找树根和孩子
- 语言
- C++
- 递交时间
- 2026-05-02 12:43:05
- 评测时间
- 2026-05-02 12:43:05
- 评测机
- 分数
- 90
- 总耗时
- 56ms
- 峰值内存
- 3.109 MiB