namespace My_exception
{
	void ricors(int,int);
	struct Exception
	{
		int casual;
		int level;
	};
}