Files
kattis/jackolanternjuxtaposition.py

3 lines
56 B
Python

n, t, m = map(int, input().split(" "))
print(n * t * m)