BIGNUM - Xử lý số nguyên lớn

Tác giả: happyboy99x

Ngôn ngữ: Python

a=int(input())
b=int(input())
print(a+b)
print(a-b)
print(a*b)

Download