登录

public static void main(String[] args) { int x=4, y=5; y=x+y; System.out.println("sum="+y); } 结果为:()

查看答案:0.2积分