Run ID:90584

提交时间:2024-09-15 20:08:23

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