Problem NYSSW
User dsyz
Submission Time 2024-11-02 16:14:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

NYSSW.cpp: In function ‘int main()’:
NYSSW.cpp:62:7: error: ‘ind’ was not declared in this scope; did you mean ‘int’?
62 | root[ind] = new node(0,N - 1);
| ^~~
| int