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