#include int main() { int k,s,a,b; scanf("%d%d",&k,&s); if(k<50){ k+=50; } printf("%d\n",(100/(100-k))*s); return 0; }