#include<stdio.h> int main(){ long long int n ; while(scanf("%lld",&n) && n>=0) printf("%lld\n",(n*(n+1)>>1)+1) ; return 0 ; }
沒有留言:
張貼留言