摘要: 模板洛谷p3311 code: #include<bits/stdc++.h> using namespace std; typedef long long LL; // 常量定义:N为AC自动机状态数上限、数位DP位数上限;mod为答案取模值 const int N=2010,mod=1e9+7; 阅读全文
posted @ 2025-09-25 22:42 xdhking 阅读(12) 评论(0) 推荐(0)