//目录
摘要: #include <stdio.h> #include <string.h> #include <algorithm> #define NUM 110 using namespace std; int n; ///图的顶点数 int m; ///可用的颜色数量 int c[NUM][NUM]; // 阅读全文
posted @ 2016-05-17 22:10 小草的大树梦 阅读(625) 评论(0) 推荐(0)