Help me in solving SYNJREARG2 problem

My issue

i give correct answer but showing wrong answer

Learning course: Learn Java
Problem Link: Rearrange in Java

\make sure you are placing curly braces in right position

class Codechef
{
public static void main(String args)
{
System.out.print(12 + 7);
}
}