摘要: #include using namespace std; typedef long long LL; #define N 131073 int n, m = 0, K; int a[N], b[N]; bool vis[N], dvis[N], issqr[N * 2]; int f[N * 2]; int getf(int x) {return f[x] > 0 ? (f[x... 阅读全文
posted @ 2017-10-25 16:37 ioioioioioio 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 这道题根据数据特征分析可以得到50分的 然而写挂了 阅读全文
posted @ 2017-10-25 16:36 ioioioioioio 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 思路: 对于两个点,从fib数列的后面开始减,一直减的相等 阅读全文
posted @ 2017-10-25 14:47 ioioioioioio 阅读(172) 评论(0) 推荐(0) 编辑