亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

代碼
提交代碼
public class OperateorsPriority { public static void main(String[] args) { int a = 2; int b = 4; int c = 6; int result = a + b - c + a; System.out.println("result = " + result); } }
運行結果