#include int main() { int K, S; scanf("%d%d", &K, &S); K = 100 / (100 - K); printf("%d", S * K); return 0; }