Run ID:2231

提交时间:2023-12-22 22:34:09

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