#include int D,P; int main(void){ scanf("%d%d",&D,&P); printf("%d\n",(D*(100+P))/100); return 0; }