摘要: A Kth Term 题意:输出数组对应坐标的值,注意,坐标是从1开始的 题解:用数组存起来就行 代码: #include <bits/stdc++.h> using namespace std; typedef long long ll; int main(){ int num[]={0,1, 1 阅读全文
posted @ 2020-03-16 21:12 TheIT 阅读(185) 评论(0) 推荐(0) 编辑