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