08 2017 档案

摘要:1 #include 2 using namespace std; 3 vector v[510]; 4 int match[510]; 5 int check[510]; 6 int n, k; 7 int dfs(int x) 8 { 9 for(int i = 0; i < v[x].size(); i++) 10 { 11 int ... 阅读全文
posted @ 2017-08-14 10:24 Kearon 阅读(192) 评论(0) 推荐(0)
摘要:配置编译环境: 进sublime,然后点击Tools->Build System->New build System 直接用下面的替换 保存文件,文件名任意 每次使用前,我们按Ctrl+shift+B来选择编译选项 配置一键编译&运行快捷键 点击Preferences->Key Buildings 阅读全文
posted @ 2017-08-13 21:23 Kearon 阅读(1479) 评论(0) 推荐(1)
摘要:板子题 SBT: Treap: Splay 阅读全文
posted @ 2017-08-10 11:38 Kearon 阅读(145) 评论(0) 推荐(0)