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