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