这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; typedef long long ll; const int N=250; int n,k; int a[N]; int ans=0; int anslin[10]; int anszhong[1000000][10]; void dfs(in…