#include using namespace std; int main() { int n, p; cin >> n >> p; cout << n*(p+100)/100 << endl; return 0; }