#include <stdio.h> int main() { long long n; scanf("%lld", &n); if (n >= 1&&n <= 100000000) { printf("%lld", ((n+1)*n)/2); } return 0; }
By signing up a 追梦算法网 universal account, you can submit code and join discussions in all online judging services provided by us.
Using your 追梦算法网 universal account