摘要: dfs搞了半天硬是没过,看了别人的题解我感觉却更加迷惑了.. 1 /* 2 3 ID: hubiao cave 4 5 PROG: concom 6 7 LANG: C++ 8 9 */10 11 12 #include 13 #include 14 #include 15 #include 16 using namespace std; 17 int have[101][101]; 18 int control[101][101]; 19 int main() { 20 ofstream fout ("concom.out"); 21 ifst... 阅读全文
posted @ 2013-09-11 14:32 cavehubiao 阅读(177) 评论(0) 推荐(0)