上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 32 下一页
摘要: 基本思想: 无; 关键点: 无; #include<iostream> #include<string> #include<vector> #include<set> using namespace std; const int maxn = 400; vector<int> num[maxn]; 阅读全文
posted @ 2020-03-10 23:04 暮云林凌 阅读(183) 评论(0) 推荐(0)
摘要: 基本思想: 无; 关键点: 无; #include<iostream> #include<string> #include<algorithm> #include<vector> using namespace std; const int maxn = 90; bool flag[maxn]; i 阅读全文
posted @ 2020-03-10 19:40 暮云林凌 阅读(125) 评论(0) 推荐(0)
摘要: 基本思想: 无; 关键点: 无; #include<iostream> #include<string> #include<algorithm> #include<vector> using namespace std; struct node { int x; int y; }; node num 阅读全文
posted @ 2020-03-10 19:29 暮云林凌 阅读(109) 评论(0) 推荐(0)
摘要: 基本思想: 无; 关键点: 无; #include<string> #include<iostream> #include<vector> #include<algorithm> using namespace std; struct mouse { int weight; string color 阅读全文
posted @ 2020-03-10 18:57 暮云林凌 阅读(147) 评论(0) 推荐(0)
摘要: 基本思想: 无; 关键点: 无; #include <iostream> #include <cstdio> #include <algorithm> using namespace std; int main(){ int a[10] = {0}; int b[10] = {0}; while ( 阅读全文
posted @ 2020-03-10 18:09 暮云林凌 阅读(170) 评论(0) 推荐(0)
摘要: 基本思想: 无; 关键点: 无; #include<iostream> #include<string> #include<vector> #include<set> #include<algorithm> using namespace std; int main() { int n; while 阅读全文
posted @ 2020-03-10 11:34 暮云林凌 阅读(183) 评论(0) 推荐(0)
摘要: 基本思想: 无; 关键点: 无; #include<iostream> #include<string> #include<vector> using namespace std; double p1 = 5; double p2 = 3; double p3 = 1.0 / 3; void cha 阅读全文
posted @ 2020-03-10 11:03 暮云林凌 阅读(128) 评论(0) 推荐(0)
摘要: 基本思想: 无; 关键点: 无; #include<iostream> #include<string> #include<vector> using namespace std; bool charge(int n) { if (n % 7 == 0) return true; while (n 阅读全文
posted @ 2020-03-10 10:38 暮云林凌 阅读(137) 评论(0) 推荐(0)
摘要: 基本思想: 被递归搞怕了,其实循环打表都可以,提前打表复杂度更低一点; 关键点: 无; #include<iostream> #include<vector> using namespace std; const int maxn = 31; int num[maxn]; void init() { 阅读全文
posted @ 2020-03-09 14:24 暮云林凌 阅读(115) 评论(0) 推荐(0)
摘要: 基本思想: 无; 关键点: 无; #include<iostream> #include<vector> using namespace std; const int maxn = 1000000010; int cnt; void fun(int index,int n) { if (index 阅读全文
posted @ 2020-03-09 14:15 暮云林凌 阅读(189) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 32 下一页