public static void main(String[] args){ int tmp = 2; int tmp2 = 3; tmp ^= tmp2 ^= tmp ^= tmp2; System.out.println(tmp); System.out.println(tmp2); }
2.3w+
社区成员
7.0w+
社区内容