#include int main() { int D; double P; scanf("%d",&D); scanf("%lf",&P); printf("%d",D=(double)(D * (1 + (P*0.01) ) )); }