Files
CodeObject/storage/zeta/py/completed/16488.py

2 lines
59 B
Python

print((lambda x, y: x**2 * y)(*map(int, input().split())))