public class Null {
    static String s;

    public static void main(String[] args) {
	char c = s.charAt(3);
    }
}
