From 75365b89d731587573e8e1ce08e209ca71fda6ba Mon Sep 17 00:00:00 2001 From: Jethro Stapelbroek Date: Wed, 11 May 2022 23:12:42 +0200 Subject: [PATCH] Jack-O'-Lantern Juxtaposition --- jackolanternjuxtaposition.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 jackolanternjuxtaposition.py 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