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