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