D,P = map(int,input().split()) #X円 n% X+X*(n/100) price = int(D+D*(P/100)) print(price)