Submission #171871

#TimeUsernameProblemLanguageResultExecution timeMemory
171871urd05Arranging Shoes (IOI19_shoes)C++14
Compilation error
0 ms0 KiB
int64 count_swaps(int[] S) { if (S[0]>S[1]) { return 1; } else { return 0; } }

Compilation message (stderr)

shoes.cpp:1:1: error: 'int64' does not name a type; did you mean 'int'?
 int64 count_swaps(int[] S) {
 ^~~~~
 int