Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e599e6a

Browse files
Merge pull request youngyangyang04#2647 from SaladDay/saladday
修复子标题问题
2 parents c1d9f35 + e828a4d commit e599e6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎problems/0474.一和零.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ impl Solution {
615615
}
616616
}
617617
```
618-
## C
618+
### C
619619

620620
```c
621621
#define max(a, b) ((a) > (b) ? (a) : (b))

‎problems/0494.目标和.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ impl Solution {
585585
}
586586
}
587587
```
588-
## C
588+
### C
589589

590590
```c
591591
int getSum(int * nums, int numsSize){

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /