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