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