Problem rootedlca
User r1r2r3r4
Submission Time 2026-02-25 14:48:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rootedlca.cpp: In function ‘int main()’:
rootedlca.cpp:63:29: error: expected ‘;’ before ‘int’
63 | cout.sync_with_stdio(false)
| ^
| ;
64 | int N, Q;
| ~~~
rootedlca.cpp:65:12: error: ‘N’ was not declared in this scope
65 | cin >> N >> Q;
| ^
rootedlca.cpp:65:17: error: ‘Q’ was not declared in this scope
65 | cin >> N >> Q;
| ^