以下给出代码运行后的结果是? public class Example { public static void main(String[] args) { int x=1; int y=~x+1; System.out.println(x+" "+y); } }
发布于 2020-12-25 22:06:00
登录后免费查看答案
关注者
0
被浏览
61