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