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