d,p = map(int,input().split()) d = (100+p)*d//100 print(d)