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