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