题解列表

筛选

Kanna-等差数列

摘要:计算前n项数和 简单计算下通项 #include int main() { int n,d = 3,a1 = 2; scanf("%……