#include using namespace std; int main() { int K,S; cin >> K>> S; cout << 100/(100-K)*S<< endl; return 0; }