Help me in solving SYNJ3V2 problem

My issue

My code

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

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

It says to add 21 and 40. You are adding 20 and 40