class Test {
    public static void main(String[] strArr) {
        StringBuilder b = null;
        b.append("0900");
    }
}
