M=100 for i in range(100): s,t=i,i+1 if s==0: s=100 print(s,t)