#include using namespace std; int main() { // your code goes here int k,s; cin >> k; cin >> s; cout << s*100/(100-k) << endl; return 0; }