class Main
{
	public static void main (String[] args) throws java.lang.Exception
	{
		//
	}

	class Inner1
	{
		static void test(){}
	}
	static class Inner2
	{
		static void test(){}
	}
}