示例#1
0
文件: C.java 项目: jmankhan/ACM
 public static void main(String[] args) throws Exception {
   C solver = new C();
   solver.solve();
   solver.end();
 }