我是不会说PY自带高精度的!

· · 算法·理论

a , b = int(input()),int(input())
print (a + b)//高加
a , b = int(input()),int(input())
print (a - b)//高减

………………