提交时间:2026-01-01 21:50:36

运行 ID: 79291

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