
class Gema
{
	public static void main (String[] args) throws java.lang.Exception
	{
		int myNum = 3;
		System.out.println(myNum);
	}
}