We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://endsah.cf/blog/CF125E-MST-Company/#more
Description给定一个 $n$ 点 $m$ 边的图,以及参数 $k$,求在 1 号点度数强制为 $k$ 的情况下的最小生成树。 $$1 \le n \le 5000, 1 \le m \le 10 ^5, 1 \le w _i \le 10 ^5, 0 \le k < 5000$$
The text was updated successfully, but these errors were encountered:
唰卜nb
Sorry, something went wrong.
@cnyali-tea 唰卜nb
你完了
No branches or pull requests
https://endsah.cf/blog/CF125E-MST-Company/#more
Description给定一个$n$ 点 $m$ 边的图,以及参数 $k$ ,求在 1 号点度数强制为 $k$ 的情况下的最小生成树。 $$1 \le n \le 5000, 1 \le m \le 10 ^5, 1 \le w _i \le 10 ^5, 0 \le k < 5000$$
The text was updated successfully, but these errors were encountered: