Run ID:134975

提交时间:2025-11-01 21:44:29

a,b=input().split() a=int(a) b=int(b) print(a*b)