Main { public static void main(String args[]) throws Exception {{ XMLDoc d = XMLDoc.XMLparse(System.in); d.print(); System.out.println(""); }} }