#include <stdio.h>
int a[63500000];
int main()
{
	printf ("This code requires about 250 MB memory\n");
	return 0;
}