Run ID:150392

提交时间:2026-03-27 20:45:23

w, a, s = map(int, input().split()) print(w * a * s)