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