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