#include using namespace std; //int Yuki0056() int main() { int D; int P; cin >> D; cin >> P; cout << ( D * ( 100 + P ) ) / 100 << endl; return 0; }