Main { public static void main(String args[]) throws Exception {{ Main m = parse(System.in); System.out.println(m.get_s()); }} }