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