Skip to content

Commit 5ecfb3a

Browse files
authored
解决 0070 爬楼梯 c++代码没有样式问题
1 parent 6f65bb7 commit 5ecfb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0070.爬楼梯完全背包版本.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989

9090
以上分析完毕,C++代码如下:
91-
```
91+
```c++
9292
class Solution {
9393
public:
9494
int climbStairs(int n) {

0 commit comments

Comments
 (0)