标签: java
代码如下:
int x = 034; int y = 12; int ans = x + y; System.out.println(ans);
上面的代码显示 40 。谁能解释一下?