#include #include int main(){ using namespace std; double a,b; cin >> a >> b; cout << floor(a*(100+b)*0.01) << endl; return 0; }