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