Problem eeniemeenie
User blob
Submission Time 2023-11-24 13:50:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeniemeenie.cpp: In function ‘int main()’:
eeniemeenie.cpp:19:8: error: expected ‘;’ before ‘if’
19 | it --
| ^
| ;
20 | if (j != K and auto it == m.end()){
| ~~
eeniemeenie.cpp:23:3: error: ‘else’ without a previous ‘if’
23 | else if (j == K){
| ^~~~