Exemplo n.º 1
0
  public static void main(String[] args) {

    InputStream inputStream = System.in;
    InputReader in = new InputReader(inputStream);
    Solution solver = new Solution();
    solver.solve(in);
  }
 public static void main(String[] args) {
   Solution tool = new Solution();
   tool.init();
   tool.solve();
 }