Help me in solving SYNJREARG2 problem

My issue

i arrange it right but its not submit

Learning course: Learn Java
Problem Link: Rearrange in Java

@pardeep905001
Its working absolutely fine for me , please recheck your solution .

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

Okay thanks