Run ID:134988

提交时间:2025-11-01 21:53:43

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