Help me in solving SYNJ4V2 problem

My issue

My code

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

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

u didn’t place any operator to solve the algebraic expression