D, P = list(map(int,input().split())) print(D + int(D * P * 0.01))