#include int main() { int D; std::cin >> D; int P; std::cin >> P; std::cout << (D*(100+P))/100 << std::endl; return 0; }