#include using namespace std; int main(void){ int K,S; cin>>K>>S; cout<<(K*S)/(100-K)+S<