예제 #1
0
 public static void main(String[] args) throws IOException {
   in = new BufferedReader(new InputStreamReader(System.in));
   out = new PrintWriter(new BufferedOutputStream(System.out));
   solve();
   out.flush();
 }