|  | 
|  | 
| back to board | WA1 JAVA Problem Posted by bve  26 Oct 2008 14:22import java.io.*;
 public class Main {
 
 public static void main(String[] args) {
 PrintWriter out = new PrintWriter(System.out);
 out.print("YES");
 out.flush();
 }
 
 }
 
 Edited by author 26.10.2008 14:23
 | 
 | 
|