Help me in solving SYNJREARG2 problem

My issue

I have correctly solved.but it tells that it is a wrong answer

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

@dhadchaya
its working fine for me .plzz check your solution

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