K, S = map(int, input().split()) print(int(S * 100 / K))