Run ID:90519

提交时间:2024-09-15 14:08:24

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