摘要:
使用ubuntu过程中遇到的问题汇总 1、使用图形界面设置免密码登录之后,改回密码登陆失效 解决方案: https://askubuntu.com/questions/211084/how do i get ubuntu to ask me for a password at login again 阅读全文
摘要:
圆方树学习笔记 http://immortalco.blog.uoj.ac/blog/1955 TBD 做题记录 "代码" 阅读全文
摘要:
后缀自动机学习笔记 模板 https://github.com/Wowkiee/ACM ICPC/blob/master/Template/String/6.%20SuffixAutomaton.cpp 做题 `cf204E` 建广义后缀自动机,统计每个状态是多少个串的子串。然后每个串的答案是:在自 阅读全文
摘要:
http://www.hh12.cn/blog/algorithm segment tree prob5.html 阅读全文
摘要:
codeforces 424D Biathlon Track 题意 题解 代码 c++ include using namespace std; define fi first define se second define mp make_pair define pb push_back defi 阅读全文
摘要:
codeforces 1007B Pave the Parallelepiped 题意 题解 代码 c++ include using namespace std; define fi first define se second define mp make_pair define pb push 阅读全文
摘要:
codeforces 348D Turtles 题意 题解 代码 c++ include using namespace std; define fi first define se second define mp make_pair define pb push_back define rep( 阅读全文
摘要:
codeforces 547E Mike and Friends 题意 题解 代码 阅读全文
摘要:
codeforces 432E Square Tiling 题意 题解 代码 c++ include using namespace std; define fi first define se second define mp make_pair define pb push_back defin 阅读全文
摘要:
codeforces 17D Notepad 题意 题解 TBD 更新模板(phi、欧拉降幂) 代码 c++ include using namespace std; define fi first define se second define mp make_pair define pb pus 阅读全文