#include using namespace std; int main() { int K,S; int ans; cin >> K>>S; cout << (int)(100.0 / K * S) << endl; getchar(); }