Update 0474.一和零.md

This commit is contained in:
a12bb
2024-03-07 20:15:51 +08:00
parent 4e7637556b
commit 12365a3a4f

View File

@ -533,6 +533,8 @@ impl Solution {
}
}
```
## C
```c
#define max(a, b) ((a) > (b) ? (a) : (b))
@ -597,3 +599,4 @@ public class Solution
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
</a>