a=int(input()) i=0 while(1): if i <= a: i+=1 else: break print(i)