Problem artswap
User ZivTheONe
Submission Time 2024-11-25 20:42:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

artswap.cpp: In function ‘void artswap(int, long long int, int, int)’:
artswap.cpp:85:13: error: ‘swap_pieces’ was not declared in this scope
85 | ll eVal = swap_pieces(1, targ); swap_pieces(1, targ);
| ^~~~~~~~~~~
artswap.cpp:138:30: error: ‘answer’ was not declared in this scope
138 | for (int i = 0; i < N; i++) answer(i + 1, res[i]);
| ^~~~~~