#include #include using namespace std; using ll=long long; using ld=long double; using vll=vector; using pll=pair; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); ll S,K; cin>>K>>S; //t分として、t(1-K/100)=Sでしょう ll t=(100*S)/(100-K); cout<