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