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