随笔分类 -  TJOI

天津历年省选题
摘要:题目 Luogu LOJ Acwing 思路 代码 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 500010, p = 998244353, g = 3; 阅读全文
posted @ 2021-07-14 19:02 Protein_lzl 阅读(54) 评论(0) 推荐(0)