Help me in solving SYNJ4V2 problem

My issue

My code

class CodeChef
{
	public static void main (String[] args)
	{
		System.out.print("3 + 4 ");
		System.out.println("2 + 1");

	}
}

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

@prasadladhane1
u don;t need to print space after 3+4