填空题
设int min=Integer.MIN_VALUE;,表达式(long)min+(long)min的运算结果是()。
0xffffffff 00000000, 或-4294967296。
填空题 设int min=Integer.MIN_VALUE;,表达式(long)(min+min)的运算结果是()。
填空题 设int min=Integer.MIN_VALUE;,表达式min+min的运算结果是()。
填空题 已知Integer.MAX_VALUE值为2147483647,表达式Integer.MAX_VALUE+1的运算结果是()。