Run ID:113047
提交时间:2025-03-15 11:24:35
#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<n*(n+1)/2; return 0; }