| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> 游戏开发 -> 2022年PAT冬季甲级考试 25 A-3 Articulation Points -> 正文阅读 |
|
[游戏开发]2022年PAT冬季甲级考试 25 A-3 Articulation Points |
A-3 Articulation Points??分数?25In graph theory, given a connected graph?G, the vertices whose removal would disconnect?G?are known as?articulation points. For example, vertices 1, 3, 5, and 7 are the articulation points in the graph shown by the above figure (also given by the sample input). It is a bit complicated to find the articulation points. Here you are only asked to check if a given vertex is an articulation point or not. Input Specification:Each input file contains one test case. For each case, the first line contains 3 positive integers:?N?(≤10^3),?M?(≤10^4), and?K?(≤100), which are the number of vertices, the number of edges, and the number of queries, respectively. Then?M?lines follow, each gives an?undirected?edge in the format:
where? Finally a line of queries are given, which contains?K?vertices to be checked. The numbers in a line are separated by spaces. Output Specification:Output a string of? Sample Input:
Sample Output:
代码长度限制 16 KB Java (javac) 时间限制 900 ms 内存限制 256 MB 其他编译器 时间限制 400 ms 内存限制 64 MB
|
|
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
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/22 19:48:50- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |