Problem | reachability2 |
---|---|
User | ZivTheONe |
Submission Time | 2025-03-26 00:47:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reachability2.cpp: In member function ‘void Solution::getSz(ll, ll)’:
reachability2.cpp:61:34: error: ‘x’ was not declared in this scope
61 | sz[ X ] += max( sz[ nxt ], L[x] );
| ^