fky

FKY 2023-08-29 20:17:39 4 返回题目

#include<bits/stdc++.h> using namespace std; int main(){ int n,i=1,sum=0; cin>>n; while(i<=n){ sum+=i; i++; } cout<<sum; return 0; }

{{ vote && vote.total.up }}