//  This is the starting shell code 

class Investment {
  public static void main(String[] args)
    {
       System.exit(0);
    }
}