| Problem | lllontree |
|---|---|
| User | Henries |
| Submission Time | 2024-12-16 16:40:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lllontree.cpp: In function ‘void dfs(long long int, long long int)’:
lllontree.cpp:61:13: error: ‘i’ was not declared in this scope
61 | prefixmax[i] = max(dp[x], prefixmax[i-1]];
| ^
lllontree.cpp:63:6: error: void value not ignored as it ought to be
63 | dfs(x,u);
| ~~~^~~~~