Memory Exceeded
/in/foo.cc: In function 'void clear_all()': /in/foo.cc:26:54: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 26 | for(int i=0;i<=ctt;i++){clear(v[i]);lf[i]=line[i]=siz[i]=0;} | ~~~~~~~^~~~~~~~~ /in/foo.cc: In function 'void dfs1(int)': /in/foo.cc:33:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 33 | for(int i=0;i<v[x].size();i++) | ~^~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2020 小Q的苹果树
- 语言
- C++
- 递交时间
- 2025-06-05 21:52:04
- 评测时间
- 2025-06-05 21:52:04
- 评测机
- 分数
- 30
- 总耗时
- ≥3662ms
- 峰值内存
- ≥256.0 MiB