class Q014{ public String get(int i){ return null; } public static void main(String ka[]){ System.out.println((new Q014()).get(1)); } };