Run ID:87661

提交时间:2024-08-11 10:15:50

s=input().split() x=int(s[0]) y=int(s[1]) ss=x*y print(ss)