Help me in solving SYNJREARG2 problem

My issue

why not run

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

@hitesh_35
this will be the correct rearrangement

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