摘要: BFS。#include#include#include#include#include#include#includeusing namespace std;int n,m,k;struct Node{ int nowN; int tot; string op; Node(... 阅读全文
posted @ 2016-01-15 08:53 Fighting_Heart 阅读(178) 评论(0) 推荐(0) 编辑