#include int main(void){ long x; int p; std::cin >> x >> p; std::cout << (x*(100+p))/100 << std::endl; }