Problem management
User ASTALIEBERT70
Submission Time 2026-06-24 16:55:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

management.cpp: In function ‘int main()’:
management.cpp:9:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
9 | ans[k] = i;
| ^~~
| abs
management.cpp:13:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
13 | cout<<ans[i]<<endl;
| ^~~
| abs