Submission #645848

#TimeUsernameProblemLanguageResultExecution timeMemory
645848sandry24Arranging Shoes (IOI19_shoes)C++17
Compilation error
0 ms0 KiB
int count_swaps(vi s){ if(s[0] > 0) return 1; return 0; }

Compilation message (stderr)

shoes.cpp:1:17: error: 'vi' was not declared in this scope; did you mean 'void'?
    1 | int count_swaps(vi s){
      |                 ^~
      |                 void