#include int main() { int K, S; std::cin >> K >> S; std::cout << 100 / K * S << std::endl; return 0; }