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