import java.io.IOException; import java.io.InputStream; import java.util.Arrays; import java.util.NoSuchElementException; class Main { public static void main(String[] args) throws Exception { new Main().run(); } void run() { Scanner sc=new Scanner(); int N=sc.nextInt(); int M=sc.nextInt(); long K=sc.nextLong(); char op=sc.next().toCharArray()[0]; long[] A=new long[N]; long[] B=new long[M]; for(int i=0;i Integer.MAX_VALUE) throw new NumberFormatException(); return (int) nl; } public double nextDouble() { return Double.parseDouble(next());} }