(C党尝试水高精度,但失败了,就认真学了一下python,经过优化还是没过)
import sys sys.set_int_max_str_digits(100000) a = int(input()) b = int(input()) print(a*b)