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

代碼
提交代碼
public class ArithmeticExpression1 { public static void main(String[] args) { int num = 10; int result = num / 3; System.out.println( num + " / 3 = " + result); } }
運行結果