加入两个数 $a$ 和 $b$ 都是 int类型的, 那么需要先把其中某个数转成 ll类型, 比如 ll(a) + b 最终的结果才不会溢出, 但是 $ll(a + b)$ a+b其实已经为负数了,这时候再转$ll$没有意义。
int
ll
a+b