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