Help me in solving SYNJREARG2 problem

My issue

i arranged the statement correctly but it is showing me wrong answer i can not move ahed cause of this error please solve this . so that i can continue my question.

Learning course: Learn Java
Problem Link: Rearrange in Java

@himanshi84
its working fine for me .

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