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