Run ID:150847
提交时间:2026-04-01 14:58:33
#include<bits/stdc++.h> using namespace std; int main(){ int a=1,b=0,c=0; for(int i=1;i<=10;i++){ b=b+i*(i+1); } cout<<b; return 0; }