上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 使用ubuntu过程中遇到的问题汇总 1、使用图形界面设置免密码登录之后,改回密码登陆失效 解决方案: https://askubuntu.com/questions/211084/how do i get ubuntu to ask me for a password at login again 阅读全文
posted @ 2018-10-04 19:17 yuanyuan-97 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 圆方树学习笔记 http://immortalco.blog.uoj.ac/blog/1955 TBD 做题记录 "代码" 阅读全文
posted @ 2018-10-01 20:37 yuanyuan-97 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 后缀自动机学习笔记 模板 https://github.com/Wowkiee/ACM ICPC/blob/master/Template/String/6.%20SuffixAutomaton.cpp 做题 `cf204E` 建广义后缀自动机,统计每个状态是多少个串的子串。然后每个串的答案是:在自 阅读全文
posted @ 2018-09-27 15:41 yuanyuan-97 阅读(134) 评论(0) 推荐(0) 编辑
摘要: http://www.hh12.cn/blog/algorithm segment tree prob5.html 阅读全文
posted @ 2018-08-14 19:33 yuanyuan-97 阅读(97) 评论(0) 推荐(0) 编辑
摘要: codeforces 424D Biathlon Track 题意 题解 代码 c++ include using namespace std; define fi first define se second define mp make_pair define pb push_back defi 阅读全文
posted @ 2018-07-19 10:29 yuanyuan-97 阅读(145) 评论(0) 推荐(0) 编辑
摘要: codeforces 1007B Pave the Parallelepiped 题意 题解 代码 c++ include using namespace std; define fi first define se second define mp make_pair define pb push 阅读全文
posted @ 2018-07-14 19:22 yuanyuan-97 阅读(149) 评论(0) 推荐(0) 编辑
摘要: codeforces 348D Turtles 题意 题解 代码 c++ include using namespace std; define fi first define se second define mp make_pair define pb push_back define rep( 阅读全文
posted @ 2018-07-13 15:39 yuanyuan-97 阅读(99) 评论(0) 推荐(0) 编辑
摘要: codeforces 547E Mike and Friends 题意 题解 代码 阅读全文
posted @ 2018-07-12 11:51 yuanyuan-97 阅读(98) 评论(0) 推荐(0) 编辑
摘要: codeforces 432E Square Tiling 题意 题解 代码 c++ include using namespace std; define fi first define se second define mp make_pair define pb push_back defin 阅读全文
posted @ 2018-07-11 23:00 yuanyuan-97 阅读(133) 评论(0) 推荐(0) 编辑
摘要: codeforces 17D Notepad 题意 题解 TBD 更新模板(phi、欧拉降幂) 代码 c++ include using namespace std; define fi first define se second define mp make_pair define pb pus 阅读全文
posted @ 2018-07-11 16:32 yuanyuan-97 阅读(222) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页