随笔分类 -  二分图

二分图的判定
摘要:1 #include <cstdio> 2 #include <iostream> 3 #include <cstring> 4 #include <vector> 5 6 using namespace std; 7 8 const int max_N = 1000+2; 9 10 // 图的邻接 阅读全文
posted @ 2020-02-14 22:26 带你AK,带你飞 阅读(136) 评论(0) 推荐(0)
Antenna Placement poj 3020
摘要:Antenna Placement Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 12104 Accepted: 5954 Description The Global Aerial Research Centre has be 阅读全文
posted @ 2020-01-27 17:31 带你AK,带你飞 阅读(132) 评论(0) 推荐(0)
Asteroids
摘要:Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 29547 Accepted: 15807 Description Bessie wants to navigate her spaceship through a dangerou 阅读全文
posted @ 2020-01-27 09:42 带你AK,带你飞 阅读(319) 评论(0) 推荐(0)