随笔分类 -  暴力

摘要:因为题目当中的k比较小k #include #include #include using namespace std;const int maxn = 55;struct Point { int x, y; int r;}p[maxn];bool vis[maxn][maxn];int... 阅读全文
posted @ 2015-10-23 11:03 Howe_Young 阅读(277) 评论(0) 推荐(0)