Run ID:90318

提交时间:2024-09-11 19:03:51

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