Run ID:137922

提交时间:2025-11-23 11:33:28

#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<(n+1)*n/2; }