随笔分类 -  SCOI

四川历年省选题
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #include <cmath> #include <cstdio> #define x first #define y sec 阅读全文
posted @ 2021-04-21 13:30 Protein_lzl 阅读(58) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 15, M = 1030, mod = 1e9 + 7; 阅读全文
posted @ 2021-04-21 13:25 Protein_lzl 阅读(103) 评论(0) 推荐(1)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <algorithm> #include <cstdio> #include <cmath> using namespace std; const int N = 2000010; const double eps = 1e-8; 阅读全文
posted @ 2021-04-19 16:49 Protein_lzl 阅读(59) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 100010, mod = 1e9 + 7; int n, 阅读全文
posted @ 2021-04-16 18:25 Protein_lzl 阅读(90) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #include <cstring> #define int long long using namespace std; const int N = 20010; 阅读全文
posted @ 2021-04-16 15:40 Protein_lzl 阅读(70) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 200010; int n, m, A[N], B[N]; 阅读全文
posted @ 2021-04-14 15:40 Protein_lzl 阅读(98) 评论(0) 推荐(1)
摘要:题目 Lougu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #include <cstring> #include <vector> using namespace std; const int N = 100010, M = 阅读全文
posted @ 2021-04-13 16:36 Protein_lzl 阅读(76) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 1 代码 1 #include <iostream> #include <cstring> #include <algorithm> #include <vector> #define int long long using namespace std; 阅读全文
posted @ 2021-04-08 16:12 Protein_lzl 阅读(106) 评论(0) 推荐(1)
摘要:题目 Luogu Acwing LOJ 思路 代码 #include <iostream> #include <algorithm> using namespace std; const int N = 400010; int n, m, f[17][N], ans[N / 2]; struct S 阅读全文
posted @ 2021-04-06 17:47 Protein_lzl 阅读(89) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 610, M = 500010, INF = 2e9; int 阅读全文
posted @ 2021-04-06 13:01 Protein_lzl 阅读(91) 评论(0) 推荐(1)