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