From 8ce191a73f04a0e950cfa6d2abf95e57bc4beff2 Mon Sep 17 00:00:00 2001 From: yenru0 Date: Wed, 31 Jul 2024 23:44:36 +0900 Subject: [PATCH] complete 16488.py --- zeta_python/completed/16488.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 zeta_python/completed/16488.py diff --git a/zeta_python/completed/16488.py b/zeta_python/completed/16488.py new file mode 100644 index 0000000..0bdd547 --- /dev/null +++ b/zeta_python/completed/16488.py @@ -0,0 +1 @@ +print((lambda x, y: x**2 * y)(*map(int, input().split())))