Run ID:88079

提交时间:2024-08-17 13:36:12

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