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