摘要: 1 #include<cstdio> 2 #include<cstring> 3 #include<queue> 4 using namespace std; 5 typedef struct state STA; 6 struct state 7 { 8 int cup[3],water; 9 b 阅读全文
posted @ 2020-01-26 17:34 SavenNeer 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 1 #include<cstdio> 2 #include<cstring> 3 #include<iostream> 4 #include<algorithm> 5 #include<map> 6 #include<queue> 7 #include<string> 8 using namespa 阅读全文
posted @ 2020-01-26 10:31 SavenNeer 阅读(165) 评论(0) 推荐(0) 编辑