k, = map(int, input().split()) s, = map(int, input().split()) print(s * 100 // (100 - k))