Update 0474.一和零.md
This commit is contained in:
parent
4e7637556b
commit
12365a3a4f
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue