Submission #171873

#TimeUsernameProblemLanguageResultExecution timeMemory
171873urd05Arranging 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