07 2020 档案

摘要:#1 || 思路 枚举长度前缀和后缀的长度,再判断前缀和后缀的哈希值相不相等就好了 代码 #include <bits/stdc++.h> using namespace std; const int maxn = 4e5 + 5; typedef unsigned long long ull; u 阅读全文
posted @ 2020-07-21 06:46 ghosh 阅读(250) 评论(0) 推荐(2)
摘要:这几天考试,老师经常不给开ftp下vimrc,所以只好自己写了。 "显示行数 set nu "突出显示当前行 set cursorline "缩进为4个空格 set tabstop=4 "自动缩进为4个空格 set sw=4 "自动缩进 set autoindent "c语言格式缩进 set cin 阅读全文
posted @ 2020-07-06 15:26 ghosh 阅读(436) 评论(0) 推荐(5)

莫挨老子!