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