Run ID:87659

提交时间:2024-08-11 10:13:47

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