Skip to content

Commit 4c1b00e

Browse files
committed
0474-ones-and-zeroes.md Added C++ highlight.
1 parent 166015c commit 4c1b00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0474-ones-and-zeroes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def count_zero_one(string):
131131
```
132132
133133
## C++
134-
```
134+
```c++
135135
class Solution {
136136
public:
137137
int findMaxForm(vector<string>& strs, int m, int n) {

0 commit comments

Comments
 (0)