Run ID:90076

提交时间:2024-09-07 19:29:52

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