Run ID:90319
提交时间:2024-09-11 19:13:54
g=input().split() a=int(g[0]) b=int(g[1]) c=int(g[2]) print(a*b*c)