- BC20260067's blog
粘贴板2-吃奶酪
- 2023-10-24 16:16:58 @
#include #include #include using namespace std; int n,x1,y1; int x[20],y[20]; bool vis[20]={false}; double len(int a,int b){ int xx=x[a]-x[b],yy=y[a]-y[b]; return sqrt(xxxx+yyyy); } void dfs(int step,double dis) {
} int main(){ cin>>n; for(int i=1;i<=n;i++){ cin>>x[i]>>y[i]; } x1=x[1]; y1=y[1]; dfs(1,0); return 0; }