#include <iostream> #include <vector> #include <algorithm> using namespace std; int main(){ int d,p;cin>>d>>p; cout<<d+(d*p)/100<<endl; }