public static void main(String... str) { System.out.println(1); return; System.out.println(2); System.exit(0); }