加载中...

随笔分类 -  状态机

摘要:https://www.acwing.com/problem/content/1585/ 状态机的解法 #include <iostream> #include <cstring> using namespace std; const int N = 100010, MOD = 1e9 + 7; i 阅读全文
posted @ 2022-08-22 20:54 英雄不问出处c 阅读(19) 评论(0) 推荐(0)