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