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