Run ID:87681

提交时间:2024-08-11 10:34:19

q=input().split() a=q[0] b=q[1] a=int(a) b=int(b) print(a*b)