complete 16488.py

This commit is contained in:
2024-07-31 23:44:36 +09:00
parent 84739e5e01
commit 8ce191a73f

View File

@@ -0,0 +1 @@
print((lambda x, y: x**2 * y)(*map(int, input().split())))