摘要: #include <bits/stdc++.h> using namespace std; int n; vector<int> v[20]; string a[20], b[20]; bool dp[500010][20]; void dfs(int s, int now) { dp[s][now 阅读全文
posted @ 2024-04-02 14:28 wockcow 阅读(5) 评论(0) 推荐(0) 编辑