import java.io.IOException; import java.io.InputStream; import java.util.Arrays; import java.util.NoSuchElementException; import java.util.Scanner; class Main { public static void main(String[] args) { new Main().run(); } void run() { Scanner sc=new Scanner(System.in); int N=Integer.parseInt(sc.nextLine()); String str=sc.nextLine(); if(str.contains(" ")) { System.out.println("\"assert\""); }else { long[] a=new long[N]; a[0]=Long.valueOf(str); a[1]=sc.nextLong(); a[2]=sc.nextLong(); long[] b=new long[N*(N-1)/2]; int p=0; for(int i=0;i Integer.MAX_VALUE) throw new NumberFormatException(); return (int) nl; } public double nextDouble() { return Double.parseDouble(next());} }