Help me in solving SYNJ3V2 problem

My issue

My code

class CodeChef
{
	public static void main (String[] args)
	{
		System.out.print(21 + 40);
	}
}

Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone

62