Run ID:90356

提交时间:2024-09-11 20:03:15

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