コード例 #1
0
ファイル: TREE1.java プロジェクト: phongptn93/Spoj-solutions
  public static void main(String[] args) {

    InputStream inputStream = System.in;
    InputReader in = new InputReader(inputStream);
    Solution solver = new Solution();
    solver.solve(in);
  }
コード例 #2
0
 public static void main(String[] args) {
   Solution tool = new Solution();
   tool.init();
   tool.solve();
 }