Skip to content

Commit 8758e06

Browse files
Update usaco-808.mdx
1 parent fb08f39 commit 8758e06

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

solutions/bronze/usaco-808.mdx

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ title: Hoofball
55
author: Ryan Chou, Ben Dodge, Arpan Banerjee
66
---
77

8-
[Official Analysis (C++)](http://www.usaco.org/current/data/sol_hoofball_bronze_feb18.html)
9-
108
## Video Solution
119
By Arpan Banerjee
1210

@@ -61,7 +59,6 @@ int main(){
6159
```
6260

6361
</CPPSection>
64-
6562
<JavaSection>
6663

6764
```java
@@ -126,8 +123,8 @@ class Main {
126123
}
127124
}
128125
```
129-
</JavaSection>
130126
127+
</JavaSection>
131128
</LanguageSection>
132129
</Spoiler>
133130
@@ -146,6 +143,8 @@ When will a ball get stuck in an infinite loop?
146143
147144
<Spoiler title="Solution">
148145
146+
[Official Analysis (C++)](http://www.usaco.org/current/data/sol_hoofball_bronze_feb18.html)
147+
149148
## Explanation
150149
151150
First, let's realize that Farmer John will need another ball in one of two cases:

0 commit comments

Comments
 (0)