poj 1606 Jugs
摘要:
#include <iostream> //bfs#include <deque>#include <string>using namespace std;struct node{ string path; int posa,posb;}ans[1000000];bool visited[1005][1005];string output[6]={"fill A","fill B","empty A","empty B","pour A B","po 阅读全文
posted @ 2011-07-22 20:04 sysu_mjc 阅读(134) 评论(0) 推荐(0)
浙公网安备 33010602011771号