Ejemplo n.º 1
0
Archivo: C.java Proyecto: jmankhan/ACM
 public static void main(String[] args) throws Exception {
   C solver = new C();
   solver.solve();
   solver.end();
 }