Problem smurfpaths
User usernamehere
Submission Time 2025-11-01 10:21:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurfpaths.cpp: In function ‘int main()’:
smurfpaths.cpp:183:20: error: ‘p’ was not declared in this scope
183 | while (p.fi >= x) {
| ^
smurfpaths.cpp:187:34: error: ‘s’ was not declared in this scope
187 | p = st.query(pre[s], post[s]);
| ^