#include using namespace std; int main(void){ int K,S; cin>>K>>S; double n=1.0-K/100.0; cout<<(int)(S/n)<