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