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