struct nod
{
	static int i;
};

int main()
{

	return 0;
}