n, h, m, t = map(int, input().split()) print(str(h) + '\n' + str(m + (t * (n-1))))