Run ID:90063

提交时间:2024-09-07 19:18:12

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