摘要: 题目 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 阅读(40) 评论(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 阅读(63) 评论(0) 推荐(1) 编辑