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