2019年5月2日

摘要: https://www.acwing.com/problem/content/97/ 1 #include <iostream> 2 #include <cstring> 3 4 using namespace std; 5 6 const int INF = 100000; 7 8 char g[ 阅读全文
posted @ 2019-05-02 23:29 itdef 阅读(286) 评论(0) 推荐(0)
摘要: 1 #include <iostream> 2 #include <vector> 3 4 using namespace std; 5 6 vector<int> result; 7 vector<int> v; 8 int n; 9 10 void dfs(int i) 11 { 12 if(i 阅读全文
posted @ 2019-05-02 22:08 itdef 阅读(445) 评论(0) 推荐(0)

导航