class UseOLMain {
    public static void main(String[] arg) {
	System.out.println(new OLMain().main(1+1));
    }
}