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