zoukankan
html css js c++ java
Linux基础命令tr(如何替换字符)
tr
#替换 删除 sed的小弟 只能替换字符 不能替换字符串
选项:
-d #删除指定的字符
语法:
tr old new < file #
< #标准输入重定向
查看全文
相关阅读:
双六
除法取模
欧拉函数及费马小定理
基础模运算
Leeetcode--581. Shortest Unsorted Continuous Subarray
Codeforces Round #541--1131F. Asya And Kittens(基础并查集)
leetcode--200. Number of Islands
leetcode--21. Merge Two Sorted Lists
leetcode--155. Min Stack
Codeforces Round #539--1113B
原文地址:https://www.cnblogs.com/chenlifan/p/13294243.html
最新文章
方格填数 (暴力dfs)
N皇后问题(暴力dfs)
最短路问题(spfa)
关于cin.sync()的解释
第06组 Beta冲刺(2/4)
第06组 Beta冲刺(1/4)
第06组 Alpha事后诸葛亮
第06组 Alpha冲刺(4/4)
第06组 Alpha冲刺(3/4)
第06组 Alpha冲刺(2/4)
热门文章
第06组 Alpha冲刺(1/4)
第06组 团队Git现场编程实战
第二次结对编程作业
团队项目-需求分析报告
对于C(n,k)取模
卢卡斯定理
关于n!mod p
威尔逊定理
解一元同余方程组
中国剩余定理
Copyright © 2011-2022 走看看