Run ID:150321

提交时间:2026-03-26 20:17:21

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