current = int(input()) remaining = int(input()) print(int(remaining * round(100 / current)))