a = int(input()) b = int(input()) if a == 1: print("yukicoder") else: print(b // (1 - a))