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