提交 d19f6ea6 编写于 作者: 每日一练社区's avatar 每日一练社区

update exercises

上级 d94a58e5
......@@ -4,7 +4,6 @@
比如输入字符串为 `"PAYPALISHIRING"` 行数为 `3` 时,排列如下:
```
P A H N
A P L S I I G
......@@ -15,15 +14,12 @@ Y I R
请你实现这个将字符串进行指定行数变换的函数:
```c
string convert(string s, int numRows);
```
**示例 1:**
**输入:** s = "PAYPALISHIRING", numRows = 3
**输出:** "PAHNAPLSIIGYIR"
......@@ -46,7 +42,6 @@ P I
**示例 3:**
**输入:** s = "A", numRows = 1
**输出:** "A"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册