Loading

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 int ll[1001][1001]; 8 struct node 9 { 10 int per; 11 int sumlen; 12 bool vis; 13 node() :per... 阅读全文
posted @ 2017-03-06 19:44 ArkiWang 阅读(189) 评论(0) 推荐(0) 编辑