最新 最热

ACMSGURU 275 - To xor or not to xor

The sequence of non-negative integers A1, A2, …, AN is given. You are to find some subsequence Ai1, Ai2, …, Aik (1 <= i1 < i2 < … < ik <= N) such, that Ai1 XOR ...

2021-08-11
1

ACMSGURU 222 - Little Rooks

Inspired by a “Little Bishops” problem, Petya now wants to solve problem for rooks.

2021-08-11
1

ACMSGURU 276 - Andrew's Troubles

Famous Berland ACM-ICPC team Anisovka consists of three programmers: Andrew, Michael and Ilya. A long time ago, during the first few months the team was founded...

2021-08-11
1

ACMSGURU 111 - Very simple problem

You are given natural number X. Find such maximum integer number that it square is not greater than X.

2021-08-11
1

LeetCode 0071 - Simplify Path

Given an absolute path for a file (Unix-style), simplify it.

2021-08-11
1

mv命令 – 移动或改名文件

这是一个使用频率超高的文件管理命令,我们需要特别留意它与复制的区别:mv与cp的结果不同。mv命令好像文件“搬家”,文件名称发生改变,但个数并未增加。而cp命令是对文件进行复制操作,文件个数是有增加的。...

2021-08-10
1

touch命令 – 创建文件

touch命令有两个功能:一是创建新的空文件,二是改变已有文件的时间戳属性。语法格式:touch [参数] [文件常用参数-a改变档案的读取时间记录-m改变档案的修改时间记录-r使用参考档的时间记录,与 --file 的效果一样-c不创建...

2021-08-10
1

tail命令 – 查看文件尾部内容

tail用于显示文件尾部的内容,默认在屏幕上显示指定文件的末尾10行。如果给定的文件不止一个,则在显示的每个文件前面加一个文件名标题。如果没有指定文件或者文件名为“-”,则读取标准输入。...

2021-08-10
1

oeasy教您玩转vim - 7 - # 从头插入

另存与保存回忆上节课内容

2021-08-09
1

Appium 屏幕截图方法

在实际自动化项目运行过程中,很多时候App可以会出现各种异常,为了更好的定位问题,除了捕捉日志我们还需要对运行时的设备状态来进行截屏。从而达到一种“有图有真相”的效果。...

2021-08-09
0