Accepted
foo.cc: In function 'void dfs(int, int, int)': foo.cc:46:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<a[now].size();i++){ ~^~~~~~~~~~~~~~ foo.cc:41:6: warning: unused variable 'maxdepth' [-Wunused-variable] int maxdepth=depth; ^~~~~~~~ foo.cc: In function 'void solve()': foo.cc:55:13: warning: variable 'root' set but not used [-Wunused-but-set-variable] int yuan=n,root=-1; ^~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1257 最长回路
- 比赛
- 南京师范大学算法赛队2021年7月集训程序设计竞赛(小兰集训赛)
- 语言
- C++
- 递交时间
- 2021-07-16 16:54:47
- 评测时间
- 2021-07-16 16:54:47
- 评测机
- 分数
- 100
- 总耗时
- 186ms
- 峰值内存
- 2.367 MiB