| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> 开发测试 -> Codeforces Round #738 (Div. 2) D2. Mocha and Diana (Hard Version) -> 正文阅读 |
|
[开发测试]Codeforces Round #738 (Div. 2) D2. Mocha and Diana (Hard Version) |
题目链接 A forest is an undirected graph without cycles (not necessarily connected). Mocha and Diana are friends in Zhijiang, both of them have a forest with nodes numbered from 1 1 1 to n n n, and they would like to add edges to their forests such that:
Mocha and Diana want to know the maximum number of edges they can add, and which edges to add. Input The first line contains three integers n n n, m 1 m_1 m1? and m 2 m_2 m2? ( 1 ≤ n ≤ 1 0 5 1 \le n \le 10^5 1≤n≤105, 0 ≤ m 1 , m 2 < n 0 \le m_1, m_2 < n 0≤m1?,m2?<n) — the number of nodes and the number of initial edges in Mocha’s forest and Diana’s forest. Each of the next m 1 m_1 m1? lines contains two integers u u u and v v v ( 1 ≤ u , v ≤ n 1 \le u, v \le n 1≤u,v≤n, u ≠ v u \neq v u?=v) — the edges in Mocha’s forest. Each of the next m 2 m_2 m2? lines contains two integers u u u and v v v ( 1 ≤ u , v ≤ n 1 \le u, v \le n 1≤u,v≤n, u ≠ v u \neq v u?=v) — the edges in Diana’s forest. Output The first line contains only one integer h h h, the maximum number of edges Mocha and Diana can add. Each of the next h h h lines contains two integers u u u and v v v ( 1 ≤ u , v ≤ n 1 \le u, v \le n 1≤u,v≤n, u ≠ v u \neq v u?=v) — the edge you add each time. If there are multiple correct answers, you can print any one of them. Examples input
output
这道题貌似可以用各种随机乱搞等各种玄学卡过去,这里给出一个比较科学的的做法。
|
|
开发测试 最新文章 |
pytest系列——allure之生成测试报告(Wind |
某大厂软件测试岗一面笔试题+二面问答题面试 |
iperf 学习笔记 |
关于Python中使用selenium八大定位方法 |
【软件测试】为什么提升不了?8年测试总结再 |
软件测试复习 |
PHP笔记-Smarty模板引擎的使用 |
C++Test使用入门 |
【Java】单元测试 |
Net core 3.x 获取客户端地址 |
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/17 20:25:25- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |