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