``` int a=5,b; b = (++a)+(++a); System.out.println(b); ``` 使用java验算了结果是13呀
使用java验算了结果是13呀