编辑代码

class jw {
	public static void main(String[] args) {
        int a=0123;
        System.out.println(Integer.toBinaryString(a));
	}
}