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