fork download
  1. n=int(input())
  2. print (n*(n+1)/2+1)
Success #stdin #stdout 0.02s 5864KB
stdin
4
stdout
11.0