随笔分类 -  BFS

摘要:题意 "题目链接" 题解 SB题吗。 对于每个1都踢入队列,然后乱找,不就行了? cpp include include define N 1100 define NN 1100000 using namespace std; struct node { int x,y; }list[NN];int 阅读全文
posted @ 2019-10-21 17:08 敌敌畏58 阅读(213) 评论(0) 推荐(0)