#include #define LL long long using namespace std; int main(){ LL d,p; cin>>d>>p; cout<<(d*(100+p))/100<