Skip to content

Commit fb08f39

Browse files
authored
f
1 parent 6ae95f4 commit fb08f39

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

solutions/bronze/usaco-808.mdx

+15-14
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,6 @@ author: Ryan Chou, Ben Dodge, Arpan Banerjee
77

88
[Official Analysis (C++)](http://www.usaco.org/current/data/sol_hoofball_bronze_feb18.html)
99

10-
<Spoiler title="Hint 1">
11-
12-
Play with the sample input, and draw out other cases.
13-
14-
</Spoiler>
15-
16-
<Spoiler title="Hint 2">
17-
18-
When will a ball get stuck in an "infinite loop"?
19-
20-
</Spoiler>
21-
22-
23-
<Spoiler title="Solution">
2410
## Video Solution
2511
By Arpan Banerjee
2612

@@ -145,6 +131,21 @@ class Main {
145131
</LanguageSection>
146132
</Spoiler>
147133
134+
<Spoiler title="Hint 1">
135+
136+
Play with the sample input, and draw out other cases.
137+
138+
</Spoiler>
139+
140+
<Spoiler title="Hint 2">
141+
142+
When will a ball get stuck in an infinite loop?
143+
144+
</Spoiler>
145+
146+
147+
<Spoiler title="Solution">
148+
148149
## Explanation
149150
150151
First, let's realize that Farmer John will need another ball in one of two cases:

0 commit comments

Comments
 (0)