fork download
  1. n=int(input());print(((n-1)//2*n+1)//2)
Success #stdin #stdout 0.02s 9944KB
stdin
8
stdout
12