这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; typedef long long ll; int n,m,r[16],h[16]; int ans; void dfs(int i,int V,int s){ if(i>m){ if(V==0){ ans=min(ans,s); } retur…
## 代码1: ```cpp #include using namespace std; typedef long long ll; int n; double x[16],y[16]; double ans; int a[18]; bool v[18]; double cal(int i,int j){ return…