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