Run ID:87867

提交时间:2024-08-15 16:43:33

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