Jack-O'-Lantern Juxtaposition

This commit is contained in:
2022-05-11 23:12:42 +02:00
parent 005ebff8f4
commit 75365b89d7

View File

@@ -0,0 +1,3 @@
n, t, m = map(int, input().split(" "))
print(n * t * m)