摘要: 肿瘤诊断 题目大意就是给一个三维的01图,求这张01图中构成大于等于T的连通块的1的总数。 bfs 搜索 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int MAXN = 1e5+10; 4 inline int read(){ 阅读全文
posted @ 2021-01-24 14:01 面向题目编程 阅读(119) 评论(0) 推荐(0)