Problem card
User eliasxyz
Submission Time 2025-05-26 14:01:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:16:4: error: ‘rotate’ was not declared in this scope
16 | rotate(A,A+1,A+n);
| ^~~~~~
card.cpp:18:4: error: ‘rotate’ was not declared in this scope
18 | rotate(A+1,A+2,A+n);
| ^~~~~~