Submission #144387

#TimeUsernameProblemLanguageResultExecution timeMemory
144387mohamedsobhi777Arranging Shoes (IOI19_shoes)C++14
Compilation error
0 ms0 KiB
int64 count_swaps(int[] S)
{
 	if(S[0]>S[1])
      return 1;
  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