摘要: A题 题意: 给出一个首项为A,尾项为B,公差为D的算数序列,要求输出符合条件的序列 思路: 只需要从首项开始每次加上公差输出即可 代码: #include<bits/stdc++.h> #define ios ios::sync_with_stdio(false);cin.tie(0);cout. 阅读全文
posted @ 2024-02-13 15:15 黄金庭院第一码农樱 阅读(49) 评论(0) 推荐(0)