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