Example #1
0
File: C.java Project: jmankhan/ACM
 public static void main(String[] args) throws Exception {
   C solver = new C();
   solver.solve();
   solver.end();
 }