import sys input = sys.stdin.readline # Manacher # https://snuke.hatenablog.com/entry/2014/12/02/235837 def maxpan(S2): T=[] for i in range(len(S2)): T.append(S2[i]) T.append("!") T.pop() S=T LEN=len(S) i=0 j=0 R=[0]*LEN # 文字 i を中心とする最長の回文の半径 while i=0 and i+j=0 and i+k=M: print(1) continue if A[1]>=M: print(2) continue if A[2]-A[1]==0: print(-1) continue f=A[1] plus=A[2]-A[1] # f+ plus*(x-1)>=M print((M-f+plus-1)//plus+2)