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