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