We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616f7b8 commit bff437eCopy full SHA for bff437e
solutions/bronze/usaco-1228.mdx
@@ -51,8 +51,8 @@ int main() {
51
if (cows[i - 1].second == 'L' && cows[i].first >= cows[i - 1].first) {
52
/*
53
* 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.
+ * but their position is strictly less than or equal to our
+ * position, they're lying.
56
*/
57
lying_left[i]++;
58
}
0 commit comments