Run ID:5837

提交时间:2024-12-15 20:50:43

int n=1,m=5,a=0; for(int i=n;i<=m;i++){a+=i*i;}cout<<a<<endl; return 0;