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