倒水問題 Fill,UVa 10603

#include"stdafx.h" // UVa10603 Fill // Rujia Liu #include<cstdio> #include<cstring> #include<queue> using namespace std; struct Node { int v[3], dist; bool operator < (const Node& rhs) const { re
相關文章
相關標籤/搜索