forked from doocs/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 9bdfdc7
feat: add solutions to lc problem: No.0575 (doocs#2996)
No.0575.Distribute Candies1 parent 597a926 commit 9bdfdc7
File tree
4 files changed
+35
-8
lines changed- solution/0500-0599/0575.Distribute Candies
4 files changed
+35
-8
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | - | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
70 | 74 |
| |
71 | 75 |
| |
72 | 76 |
| |
| |||
98 | 102 |
| |
99 | 103 |
| |
100 | 104 |
| |
101 | - | ||
102 | - | ||
105 | + | ||
103 | 106 |
| |
104 | 107 |
| |
105 | 108 |
| |
| |||
117 | 120 |
| |
118 | 121 |
| |
119 | 122 |
| |
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
120 | 132 |
| |
121 | 133 |
| |
122 | 134 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 | - | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
68 | 72 |
| |
69 | 73 |
| |
70 | 74 |
| |
| |||
96 | 100 |
| |
97 | 101 |
| |
98 | 102 |
| |
99 | - | ||
100 | - | ||
103 | + | ||
101 | 104 |
| |
102 | 105 |
| |
103 | 106 |
| |
| |||
115 | 118 |
| |
116 | 119 |
| |
117 | 120 |
| |
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
118 | 130 |
| |
119 | 131 |
| |
120 | 132 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
5 | - | ||
4 | + | ||
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + |
0 commit comments