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