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.
2 parents c1d9f35 + e828a4d commit e599e6aCopy full SHA for e599e6a
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