2025.7.21刷题记录 摘要:解题思路:等差数列第n项为 a1+(n-1)d注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ &nbs…… 题解列表 2025年07月21日 0 点赞 0 评论 275 浏览 评分:0.0
2775: 等差数列末项计算 摘要:解题思路:注意事项:可以直接使用参考代码:#include<iostream>using namespace std;int main() {int a1,a2,n; cin …… 题解列表 2026年05月23日 0 点赞 0 评论 55 浏览 评分:0.0