Help me in solving SYNJ3V2 problem

My issue

connection server is not good

My code

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

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