Run ID:90000
提交时间:2024-09-07 16:52:54
# include<iostream> using namespace std; int main(){ int n=0; int b=0; cin>>n; b=n*(n+1); cout<<b; return 0; }