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