首页 > 小红的回文数
头像 Rain_Fly
发表于 2024-03-22 17:51:18
">typedef long long ll; using namespace std; const int N = 1e2 + 10; const int mod = 998244353; map<vector<int>,int> mp; //开一个以数组为键的m 展开全文