Time Exceeded
/in/foo.cc: In function 'void dfs(int, int)': /in/foo.cc:23:32: warning: suggest parentheses around assignment used as truth value [-Wparentheses] for (int i = head[u]; i = -1; i = edges[i].nxt) ^ /in/foo.cc:26:32: warning: suggest parentheses around assignment used as truth value [-Wparentheses] for (int i = head[u]; i = -1; i = edges[i].nxt) ^ /in/foo.cc:24:20: warning: array subscript is below array bounds [-Warray-bounds] if (edges[i].to != fa) ~~~~~~~^
信息
- 递交者
- 类型
- 递交
- 题目
- #Problem A. 献给许许多多的忌日(memorial.c/cpp/pas)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2019-09-20 00:00:42
- 评测时间
- 2019-09-20 00:00:42
- 评测机
- 分数
- 0
- 总耗时
- ≥31039ms
- 峰值内存
- ≥340.0 KiB