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