File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ title: Hoofball
5
5
author : Ryan Chou, Ben Dodge, Arpan Banerjee
6
6
---
7
7
8
- [ Official Analysis (C++)] ( http://www.usaco.org/current/data/sol_hoofball_bronze_feb18.html )
9
-
10
8
## Video Solution
11
9
By Arpan Banerjee
12
10
@@ -61,7 +59,6 @@ int main(){
61
59
```
62
60
63
61
</CPPSection>
64
-
65
62
<JavaSection>
66
63
67
64
```java
@@ -126,8 +123,8 @@ class Main {
126
123
}
127
124
}
128
125
` ` `
129
- </JavaSection>
130
126
127
+ </JavaSection>
131
128
</LanguageSection>
132
129
</Spoiler>
133
130
@@ -146,6 +143,8 @@ When will a ball get stuck in an infinite loop?
146
143
147
144
<Spoiler title="Solution">
148
145
146
+ [Official Analysis (C++)](http://www.usaco.org/current/data/sol_hoofball_bronze_feb18.html)
147
+
149
148
## Explanation
150
149
151
150
First, let's realize that Farmer John will need another ball in one of two cases:
You can’t perform that action at this time.
0 commit comments