D, P = map(int, input().split(' ')) print(int(D + (D / 100 * P)))