#include using namespace std; int main() { int d, p; cin >> d >> p; cout <<(int)( d * (1 + p/100.))<<"\n"; return 0; }