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