#include int main(){ int d,p; scanf("%i%i",&d,&p); printf("%i\n",d+(int)(d*(p*0.01))); }