#include using namespace std; int main(){ unsigned int d, p; cin >> d >> p; cout << int(d*((100+p)/100.0l)) << endl ; return 0; }