Help me in solving SYNJREARG2 problem

My issue

I have arrange the code in proper order but it still showing error

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

@atharvapawar73
its working fine for me
this will be the correct rearrangement

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