#include int main(){ long d,t; int p; scanf("%ld %d",&d,&p); t=d*p/100; printf("%ld\n",d+t); return 0; }