#include <stdio.h>
void f()
{
	int a[63500000];
}
int main()
{
	f();
	return 0;
}
