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