#include using namespace std; typedef int64_t lint; int main() { lint k,s;cin>>k>>s; k=100-k; cout<<100*s/k<