#include int main(void){ int d,p; scanf("%d",&d); scanf("%d",&p); int y = d * (float)(1 + p * 0.01); printf("%d\n",y); return 0; }