We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0d5b2 commit e828a4dCopy full SHA for e828a4d
problems/0474.一和零.md
@@ -615,7 +615,7 @@ impl Solution {
615
}
616
617
```
618
-## C
+### C
619
620
```c
621
#define max(a, b) ((a) > (b) ? (a) : (b))
problems/0494.目标和.md
@@ -585,7 +585,7 @@ impl Solution {
585
586
587
588
589
590
591
int getSum(int * nums, int numsSize){
0 commit comments