#include using namespace std; double d,p; int main(){ cin>>d>>p; d*=1.0+p/100.0; cout<<(int)d<