Submission #500651

#TimeUsernameProblemLanguageResultExecution timeMemory
500651HelloWorldArranging Shoes (IOI19_shoes)C++17
Compilation error
0 ms0 KiB
#include "shoes.h"
ll count_swaps ( vector <int> &v) {
	ll x;
	if (v[0] < 0) {
		x = 0;
		return x;
	}
	x = 1;
	return x;
}

Compilation message (stderr)

shoes.cpp:2:1: error: 'll' does not name a type
    2 | ll count_swaps ( vector <int> &v) {
      | ^~