Run ID:90516

提交时间:2024-09-15 14:06:25

c=input().split() d=c[2] a=c[0] b=c[1] a=int(a) b=int(b) d=int(d) print(a*b*c)