Run ID:137936

提交时间:2025-11-23 11:42:10

#include<bits/stdc++.h> using namespace std; int main(){ cout<<1*2+2*3+3*4+4*5+5*6+6*7+7*8+9*10+10*11; }