摘要:
#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
阅读(31)
评论(0)
推荐(0)
浙公网安备 33010602011771号