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