摘要: 思维题 找规律 注意变与不变的量 列出变化的量之间的关系 找到变中的不变 答案就有了 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N = 1e5 + 10; 4 int a[N],b[N]; 5 vector<int>v1 阅读全文
posted @ 2020-11-09 19:30 LegendN 阅读(79) 评论(0) 推荐(0)