#include int main() { double D, P; scanf("%lf %lf", &D, &P); printf("%d\n", (int)(D+(D*P/100))); return 0; }