PAT B1014/A1061 Dating 题目描述: Sherlock Holmes received a note with some strange strings: Let's date! 3485djDkxh4hhGE 2984akDfkkkkggEdsb s&hgsfdk d&Hysc ...
分类:
其他好文 时间:
2019-08-25 19:37:38
阅读次数:
77
我的全栈之路-C语言基础之HelloWorld我的全栈之路 3.1 Visual Studio 2019实现HelloWorld新建解决方案在之前创建的Git仓库c-core-programming基础上新建项目然后选择项目模板:基于C++的空项目然后设置项目名称、路径以及解决方案名称新建筛选器在解... ...
分类:
编程语言 时间:
2019-08-24 13:33:18
阅读次数:
93
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> div{ /*字间距,一般默认*/ letter-spacing:2 px; } ...
分类:
其他好文 时间:
2019-08-21 00:24:35
阅读次数:
86
1. Rikka with Coin 美国货币由美元dollar和美分cent组成,one dollar等于100 cents. 其纸币bill有一、二、五、十、二十、五十和一百美元等面值; 硬币(coin)有一美分(或a penny)、五美分(或a nickel)、十美分(或a dime)和二十五 ...
分类:
其他好文 时间:
2019-08-19 23:10:37
阅读次数:
119
1 切片操作 利用切片进行字符串的反序特别方便 letter = 'abcdefghijklmnopqrstuvwxyz' print(letter[-3:]) # 从倒数第三个取到最后 print(letter[::5]) # 每隔五个取一个元素 print(letter[::-1]) # 用于字 ...
分类:
其他好文 时间:
2019-08-18 21:39:07
阅读次数:
86
Problem Description Some of the secret doors contain a very interesting word puzzle. The team of archaeologists has to solve it to open that doors. Be ...
分类:
其他好文 时间:
2019-08-18 21:28:28
阅读次数:
102
Docker 是一个容器化平台,允许您快速构建,测试和部署应用程序,作为便携式,自给自足的容器,几乎可以在任何地方运行。 Docker 是容器技术的事实上的标准,它是 DevOps 工程师及其持续集成和交付管道的必备工具。 在本教程中,我们将指导您完成在 Debian 9 机器上安装 Docker ...
分类:
其他好文 时间:
2019-08-17 10:50:22
阅读次数:
107
K - Count the string HDU - 3336 题目链接:https://vjudge.net/contest/70325#problem/K 题目: It is well known that AekdyCoin is good at string problems as well ...
分类:
其他好文 时间:
2019-08-17 00:53:20
阅读次数:
79
Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter'e'. He was a member of the Oulip ...
分类:
其他好文 时间:
2019-08-16 12:03:36
阅读次数:
92