Help me in solving SYNJREARG2 problem

My issue

i made it correctly but still it shows error

Learning course: Learn Java
Problem Link: Rearrange in Java

@extra_fort_24
working absolutely fine for me ,
plzz recheck your solution

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