Help me in solving SYNJREARG2 problem

My issue

i put the same answer but the code does ot compile as it is in the soution.

Learning course: Learn Java
Problem Link: Practice Problem in - CodeChef

@vinesh_146
is this yours rearranged code?

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