Skip to content

Commit bff437e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 616f7b8 commit bff437e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/bronze/usaco-1228.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ int main() {
5151
if (cows[i - 1].second == 'L' && cows[i].first >= cows[i - 1].first) {
5252
/*
5353
* If the cow before says our position is to the left
54-
* but their position is strictly less than or equal to our position,
55-
* they're lying.
54+
* but their position is strictly less than or equal to our
55+
* position, they're lying.
5656
*/
5757
lying_left[i]++;
5858
}

0 commit comments

Comments
 (0)