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