Files

2 lines
59 B
Python

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