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())))