Run ID:111575
提交时间:2025-03-02 16:40:22
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<(1+n)*n/2+1; }