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