t = input() a, b = [int(x) for x in input().split()] print(a * b + b)