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