Problem payraise
User cokeaholic07
Submission Time 2025-03-19 00:17:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

payraise.cpp: In function ‘int32_t main()’:
payraise.cpp:95:16: error: ‘root_ind’ was not declared in this scope
95 | if (x == -1) root_ind = i;
| ^~~~~~~~
payraise.cpp:103:13: error: ‘root_ind’ was not declared in this scope
103 | ordered(root_ind);
| ^~~~~~~~