#coding=UTF-8 mojir=input() hyo=mojir.split(" ") D=int(hyo[0]) P=int(hyo[1]) #float使わないでやってみるの巻 zei=D*P//100 print(D+zei)