Problem reverseandmin
User blob
Submission Time 2023-12-11 10:33:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reverseandmin.cpp: In function ‘int reverse_and_minimize(int, int)’:
reverseandmin.cpp:10:9: error: expected initializer before ‘while’
10 | while (count){
| ^~~~~
reverseandmin.cpp:33:13: error: ‘operations’ was not declared in this scope
33 | if (operations == K && x == original_x) {
| ^~~~~~~~~~