Submission #531209

#TimeUsernameProblemLanguageResultExecution timeMemory
531209MedalistSlayerArranging Shoes (IOI19_shoes)C++14
Compilation error
0 ms0 KiB
#include <bits/stcd++.h>
using namespace std;
int64 count_swaps(int[] s)
{
	if(s[1]<0)
	{
		return 1;
	}
	else
	{
		return 0;
	}
}

Compilation message (stderr)

shoes.cpp:1:10: fatal error: bits/stcd++.h: No such file or directory
    1 | #include <bits/stcd++.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.