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