编辑代码

class Main {
	public static void main(String[] args) {
     int i=012345;
     System.out.println("对应的十进制数="+i);
    }
}