题目链接 "题目链接 http://poj.org/problem?id=1200" 题意 原字符串有NC个不同字母,统计原字符串长度为N的子字符串个数 解题思路 1. 将字符按ASCII码映射成数字。 2. 将n个字符,即n位NC进制拼起来。 3. 将拼起来的n位NC进制转化为10进制。 4. 将 ...
分类:
其他好文 时间:
2019-09-06 12:56:04
阅读次数:
95
Dzianiny zwykle nie s? niczym zupe?nie nowym w butach i butach do hokeja na trawie, chocia? osi?gni?cie tych osób jest bardzo dobre. wiele z tego, co ...
分类:
其他好文 时间:
2019-09-01 10:28:15
阅读次数:
101
https://www.youtube.com/watch?v=-oyV89h1o5U What do you want from me? Yes? My, my grandma wanted me to tell you that she was missed you at Christmas Y ...
分类:
其他好文 时间:
2019-08-13 00:26:54
阅读次数:
104
Problem Description In your childhood, do you crazy for collecting the beautiful cards in the snacks? They said that, for example, if you collect all ...
分类:
其他好文 时间:
2019-08-11 16:46:33
阅读次数:
99
题号标题已通过代码题解/讨论通过率团队的状态 A Graph Games 点击查看 进入讨论 18/292 未通过 B Crazy Binary String 点击查看 1107/3615 通过 C Guessing ETT 点击查看 进入讨论 9/81 未通过 D Big Integer 点击查看 ...
题目链接:http://codeforces.com/problemset/problem/716/A 题目大意: 把题读懂就是水题了。题目是说打下下一个字母的时候,如果和之前字母打下的时间不超过k的话,则保留前面的继续打,如果超过了,则前面的字母全部消失,只留下这一个字母。 哭泣。一直在读错题意! ...
分类:
其他好文 时间:
2019-07-20 00:01:30
阅读次数:
118
Hvis du finner deg selv å trene atletisk sko ved å bruke Dwayne, er det nødvendig å være visjonær, rapportert Mindre enn Skjold Person støvler eller s ...
分类:
Web程序 时间:
2019-07-07 12:23:42
阅读次数:
144
系统和docker信息(1)执行cat/etc/redhat-release:CentOSLinuxrelease7.5.1804(Core)(2)执行docker--version:Dockerversion17.09.0-ce,buildafdb6d4(3)执行docker-composeversion:docker-composeversion1.23.2,build1110ad0docke
分类:
其他好文 时间:
2019-05-17 09:20:34
阅读次数:
277
前置芝士 :string 的 基本用法 cpp include define rep(i,j,n) for(register int i=j;i=n;i ) define low(x) x&( x) using namespace std ; typedef long long LL ; const ...
分类:
其他好文 时间:
2019-04-13 13:48:45
阅读次数:
158
提到锁就不得不说到死锁的问题,而SQLite也可能出现死锁。下面举个例子:连接1:BEGIN (UNLOCKED)连接1:SELECT ... (SHARED)连接1:INSERT ... (RESERVED)连接2:BEGIN (UNLOCKED)连接2:SELECT ... (SHARED)连接 ...
分类:
数据库 时间:
2019-04-10 18:05:21
阅读次数:
228