zoukankan
html css js c++ java
Python 标准库 —— string
1. maketrans()/translate()
maketrans(frm, to) -> string, 建立从字符串 frm 到 to 的映射表(字符串的形式);
translate(s,table [,deletions]) -> string,根据 maketrans(frm, to) 得到的 table,将新的字符串 s 进行映射;
查看全文
相关阅读:
UVa10917
T^T online judge 2952
AcWing 105.七夕祭
AcWing 99.激光炸弹(二维前缀和)
AcWing 97.约数之和
AcWing 95. 费解的开关
ccf/csp 2018 12 小明放学
BNUOJ 33535 Final Exam Arrangement
分块
sublime安装配置
原文地址:https://www.cnblogs.com/mtcnn/p/9423092.html
最新文章
hibernate绑定session
Struts2之拦截器
async/await、promise 遍历
正则表达式批量替换路径(vscode)
The process cannot access the file because it is being used by another process
Eslint 自动格式化(vscode)
苹果重置安全问题
个人博客搭建(hexo)
远程桌面共享多个显示屏(windows10)
设置窗口默认最大化、全屏(electron)
热门文章
Failed to write coverage reports:ERROR: Error: EEXIST: file already exists, mkdir...
UVa 11090
hdu1130 How Many Trees?(Catalan+高精)
hdu1130 How Many Trees?(Catalan+高精)
hdu1131 Count the Trees (Catalan+高精乘完整版)
hdu1134 Game of Connections(Catalan+高精)
hdu1134 Game of Connections(Catalan+高精)
poj3259 Wormholes(Bellman)
poj3259 Wormholes(Bellman)
UVa10537
Copyright © 2011-2022 走看看