Run ID:150322

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

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