随笔分类 -  SDOI

山东历年省选题
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #define int long long using namespace std; const int N = 810; in 阅读全文
posted @ 2021-07-14 19:32 Protein_lzl 阅读(132) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 30010; int T, n, MAXQ, SG[20] 阅读全文
posted @ 2021-07-14 19:27 Protein_lzl 阅读(141) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #include <map> #include <set> using namespace std; const int N = 阅读全文
posted @ 2021-07-14 19:24 Protein_lzl 阅读(91) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #include <cstdio> using namespace std; typedef unsigned long lon 阅读全文
posted @ 2021-07-14 19:20 Protein_lzl 阅读(67) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstdio> #define int long long using namespace std; const int N = 3010, p = 2333; int T, n, m; 阅读全文
posted @ 2021-06-17 16:19 Protein_lzl 阅读(70) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #define int long long using namespace std; const int N = 3010; int n, m, f[N][N], s[N 阅读全文
posted @ 2021-06-17 16:13 Protein_lzl 阅读(76) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; #define int long long const int N = 410, M 阅读全文
posted @ 2021-06-12 13:17 Protein_lzl 阅读(51) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> #define int long long using namespace std; const int N = 65; int 阅读全文
posted @ 2021-06-11 12:14 Protein_lzl 阅读(57) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <algorithm> #include <cstring> #include <cstdio> using namespace std; const int N = 410, M = 50 阅读全文
posted @ 2021-04-04 16:34 Protein_lzl 阅读(57) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstdio> #include <cmath> #define double long double using namespace std; typedef unsigned long 阅读全文
posted @ 2021-04-04 13:44 Protein_lzl 阅读(70) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> using namespace std; const int N = 110, M = 2e7 + 10, mod = 20170408; int n, m, p, P[ 阅读全文
posted @ 2021-04-03 12:28 Protein_lzl 阅读(62) 评论(0) 推荐(0)
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 100010; int n, m; int h[N], p 阅读全文
posted @ 2021-04-02 23:49 Protein_lzl 阅读(75) 评论(0) 推荐(0)
摘要:题目 luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #define int long long using namespace std; const int N = 1000010, mod = 1e9 + 7; int 阅读全文
posted @ 2021-04-02 17:06 Protein_lzl 阅读(73) 评论(0) 推荐(0)