Run ID:93746

提交时间:2024-10-19 10:54:34

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