#include using namespace std; int main(){ long long D; int P; cin>>D>>P; cout<<(int)(D+D*((double)P/100))<