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