You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/1_General/USACO_FAQs.mdx
+12-4
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,11 @@ Register for a (free) account on [usaco.org](http://www.usaco.org/), then wait u
22
22
the four-day contest window starts. When the contest window begins,
23
23
the USACO homepage will update with instructions on how to participate.
24
24
25
-
The USACO Guide is not affiliated with the USACO. If you encounter any issues
26
-
with [usaco.org](http://www.usaco.org/) (e.g., trouble registering for an account),
27
-
contact the USACO contest director (Brian Dean) rather than the USACO Guide.
25
+
### Q: I'm not receiving an email after registering on [usaco.org](http://www.usaco.org/) with my gmail account. Who do I ask for help?
26
+
27
+
This is a known issue. If you encounter any technical issues with [usaco.org](http://www.usaco.org/), contact the USACO contest director ([Brian Dean](mailto:bcdean@clemson.edu)).
28
+
**Do not** submit to the USACO Guide contact form; the USACO Guide is not
29
+
affiliated with the USACO, so we won't be able to help you.
28
30
29
31
### Q: Do I need to participate in the USACO December contest before participating in the other contests?
30
32
@@ -181,7 +183,13 @@ about competitive programming.
181
183
182
184
### Q: Why does the website give me WA when my code gives the correct answer on my own computer?
183
185
184
-
It's likely due to undefined behavior; see [here](/general/debugging-checklist?lang=cpp#wrong-answer-or-runtime-error) for more information.
186
+
It's likely due to undefined behavior; see [this module](/general/debugging-checklist?lang=cpp#wrong-answer-or-runtime-error) for more information.
187
+
188
+
### Q: What's wrong with my code?
189
+
190
+
Please follow **all** the instructions in [this forum post](https://forum.usaco.guide/t/how-to-ask-for-help-on-a-problem/338). You can try asking on the forum,
191
+
but if it's clear that you haven't followed all of the instructions, likely
192
+
the only response you will receive is to follow the instructions more carefully.
185
193
186
194
## Q: Where can I find USACO test data and official solutions?
0 commit comments