RSplayersthereisthechangeslistedinthispostwrapupeverythingthatwaspolledinbothSkillingweekandRe-runweek,minustheSpecialAttackOrbchangewhichhasbeenheldbackforfurthertesting.Wearenowlookingtomakeastarton
分类:
其他好文 时间:
2019-03-02 18:40:59
阅读次数:
115
吐槽 数据太水了吧,我AC自动机的trie建错了结果只是RE了两个点,还以为数组开小了改了好久 思路 看到多模板串,字符串匹配,且模板串总长度不长,就想到AC自动机 然后用栈维护当前的字符串位置,如果匹配到了,就从栈里逐个弹出对应的字符,并且回溯到匹配这个单词之前的节点 s每个字符最多会被出栈和入栈 ...
分类:
其他好文 时间:
2019-03-01 09:33:56
阅读次数:
178
火星人是以 13 进制计数的: 地球人的 0 被火星人称为 tret。 地球人数字 1 到 12 的火星文分别为:jan, feb, mar, apr, may, jun, jly, aug, sep, oct, nov, dec。 火星人将进位以后的 12 个高位数字分别称为:tam, hel, ...
分类:
其他好文 时间:
2019-02-28 22:58:38
阅读次数:
224
win7下使用VS2010编译jpeglib 1、下载源代码下载地址:http://www.ijg.org/files/, 选择最新版本的windows版本压缩包,进行下载。 jpegsr9a.zip 1042 Kb Sun Jan 19 10:26:10 2014 Zip Compressed D ...
Linux命令我是小白,我从来没玩过Linux,请点这里:https://user-gold-cdn.xitu.io/2019/2/24/1691e1dda7807059推荐的一个Git仓库我有些基础,推荐一个快速查询命令的手册,请点这里:https://github.com/jaywcjlove/linux-command公众号全网唯一一个从0开始帮助Java开发者转做大数据领域的公众号~公众号
分类:
系统相关 时间:
2019-02-25 09:15:32
阅读次数:
251
```cpp include using namespace std; int main() { long long int a[1010][1010]; int i,j,k,n; cin n; for(i=1;i a[i][j]; } } for(i=n;i =1;i ) { for(j=n;j ...
分类:
其他好文 时间:
2019-02-24 18:39:10
阅读次数:
183
1621:轻拍牛头 【题目描述】 原题来自:USACO 2008 Dec. Silver 今天是贝茜的生日,为了庆祝自己的生日,贝茜邀你来玩一个游戏。 贝茜让 N 头奶牛坐成一个圈。除了 1 号与 N 号奶牛外,i 号奶牛与 i?1 号和 i+1 号奶牛相邻,N 号奶牛与 1 号奶牛相邻。农夫约翰用 ...
分类:
其他好文 时间:
2019-02-24 12:11:29
阅读次数:
352
1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 // [0,12]的火星文 7 string unitDigit[13] = { 8 "tret", "jan", "feb", "mar", "apr", "m... ...
分类:
其他好文 时间:
2019-02-22 21:09:30
阅读次数:
243
P3143 [USACO16OPEN]钻石收藏家Diamond Collector 题意要注意一点:有两个陈列架! 如果只有一个陈列架,是很容易的。two pointers直接从左到右跑一下即可。 如果有两个陈列架,就需要进行答案合并了。做法是这样的: 设两个数组: 1. $pre$数组,$pre[ ...
分类:
其他好文 时间:
2019-02-15 01:27:58
阅读次数:
245
文件属性 [root@localhost /]# ls -lhitotal 90K 12 dr-xr-xr-x. 2 root root 4.0K Jan 28 18:30 bin 2 dr-xr-xr-x. 5 root root 1.0K Aug 7 2016 boot 4 drwxr-xr-x ...
分类:
系统相关 时间:
2019-02-13 11:06:00
阅读次数:
257