public class Longtst {
  public static void main (String[] args) {
    System.out.println(9223372036854775807);
  }
}
