【AtCoder-4247】解题报告(水题) 原始题目 B - 105 Time limit : 2sec / Memory limit : 1000MB Score: 200 points Problem Statement The number 105 is quite special - it is odd but still it has eight divisors. Now, your task is this: 2018-08-22 Computer Science ACM AtCoder ACM AtCoder
【AtCoder-4242】解题报告(思维,水题) 原始题目 C - To Infinity Time limit : 2sec / Memory limit : 1000MB Score: 300 points Problem Statement Mr. Infinity has a string S consisting of digits from 1 to 9. Each time the date changes, t 2018-08-22 Computer Science ACM AtCoder ACM AtCoder
【AtCoder-4244】解题报告(暴力,DP) 原始题目 D - AtCoder Express 2 Time limit : 3sec / Memory limit : 1000MB Score: 400 points Problem Statement In Takahashi Kingdom, there is a east-west railroad and N cities along it, numbered 1, 2018-08-22 Computer Science ACM AtCoder ACM AtCoder
【AtCoder-4245】解题报告(水题) 原始题目 A - Garden Time limit : 2sec / Memory limit : 1000MB Score: 100 points Problem Statement There is a farm whose length and width are A yard and B yard, respectively. A farmer, John, made 2018-08-21 Computer Science ACM AtCoder ACM AtCoder
密码技术学习——《图解密码技术》笔记(一) 第3章 对称密码(共享密钥密码)——用相同的密钥进行加密和解密 一次性密码本——绝对不会被破译的密码 原理: 将明文与一串随机的比特序列进行XOR运算。 完全随机,密钥空间是所有可能的01组合,所以就算破译成功了,我们也无法判断它是正确的明文。比如正确明文是code,但破译会出现从aaaa到zzzz,其中不乏有意义的book,cook等“疑似明文”,由于是完全随机带来的密钥空间有全部可能,我 2018-08-18 Computer Science 密码学 密码学