提交时间:2025-12-19 15:00:31
运行 ID: 76448
#include <bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a; b=a*(a+1)/2; cout<<b; }