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