lidaye2396

博客园 首页 新随笔 联系 订阅 管理

2020年8月1日 #

摘要: #include <iostream>using namespace std;long long a[10005];void sum(){a[1]=2;a[2]=7;for(int i=3;i<10000;i++){a[i]=a[i-1]+i*4*2-3;}}int main(){int c;lon 阅读全文
posted @ 2020-08-01 11:11 lidaye2396 阅读(27) 评论(0) 推荐(0) 编辑