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