首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
deposit专题
九度OJ-1460:Oil Deposit
此题本质:求无向图的连通分量数。=>使用深度优先搜索(mark[]标记数组)(在main的调用DFS的循环中,循环几次就有几个连通分量) 题目描述: The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with
阅读更多...