n=int(input()) x=0 if n>0 : x=x+n n=n-1 else : print(x)