Problem | hunter |
---|---|
User | Sans12345 |
Submission Time | 2025-02-27 16:55:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hunter.cpp: In function ‘void dfs(ll, ll)’:
hunter.cpp:13:5: error: ‘M’ was not declared in this scope
13 | if(M<=x && x<=M+N-1) st.push_back(x);
| ^
hunter.cpp:13:18: error: ‘N’ was not declared in this scope
13 | if(M<=x && x<=M+N-1) st.push_back(x);
| ^
hunter.cpp:14:5: error: ‘M’ was not declared in this scope
14 | if(M+N<=x && x<=M+2*N-1) ed.push_back(x);
| ^
hunter.cpp:14:7: error: ‘N’ was not declared in this scope
14 | if(M+N<=x && x<=M+2*N-1) ed.push_back(x);
| ^