diff --git a/jackolanternjuxtaposition.py b/jackolanternjuxtaposition.py new file mode 100644 index 0000000..9bc5212 --- /dev/null +++ b/jackolanternjuxtaposition.py @@ -0,0 +1,3 @@ +n, t, m = map(int, input().split(" ")) + +print(n * t * m) \ No newline at end of file