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