Run ID:89982

提交时间:2024-09-07 13:47:49

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