books.cpp: In function 'long long int minimum_walk(std::vector<int>, int)':
books.cpp:13:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
13 | for (int i = 0; i < n; i++)
| ^~~
books.cpp:15:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
15 | int tmp = 0, Max = -1;
| ^~~
/tmp/ccVLdrzw.o: In function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccW8Aq7z.o:books.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status