摘要: 注意出现自环时只需要连一条边 #include <bits/stdc++.h> using namespace std; int n,m; typedef pair<int,int> pii; vector<pii>a[105]; double f[105],ans; double c[305][3 阅读全文
posted @ 2025-02-19 21:54 D06 阅读(9) 评论(0) 推荐(0)
//雪花飘落效果