#include int main(){ double D,P; scanf("%lf%lf",&D,&P); int ans=D+D*P/100; printf("%d\n",ans); return 0; }