#include<bits/stdc++.h> using namespace std; int main() { int s = 0; for(int i=1;i<=100;i++){ s = s + i; } cout << s;

何松羽  •  3个月前


 


评论: