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: .github/PULL_REQUEST_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@ _If any of the below don't apply to this Pull Request, mark the checkbox as done
2
2
3
3
-[ ] I have tested my code.
4
4
-[ ] I have added my solution according to the steps [here](https://usaco.guide/general/adding-solution#steps).
5
-
-[ ] I have followed the code conventions mentioned [here](https://usaco.guide/general/adding-solution/#code-conventions), which include the following:
5
+
-[ ] I have followed the code conventions mentioned [here](https://usaco.guide/general/adding-solution/#code-conventions), which include the following:
6
6
- I understand that if it is clear that I have not attempted to follow these guidelines (ex. if I have not used tabs to indent), my PR will be closed.
7
7
- If changes are requested, I will re-request the review after making the changes.
Copy file name to clipboardexpand all lines: announcements/2020 Dec.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,4 @@ title: "USACO December Problems Added"
5
5
order: 4
6
6
---
7
7
8
-
All problems from the [USACO 2020 December Contest](http://www.usaco.org/index.php?page=dec20results) have been added to the USACO problem table [here](/general/usaco-monthlies).
8
+
All problems from the [USACO 2020 December Contest](http://www.usaco.org/index.php?page=dec20results) have been added to the USACO problem table [here](/general/usaco-monthlies).
Copy file name to clipboardexpand all lines: announcements/2021 Jan.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,4 @@ title: "USACO January Problems Added"
5
5
order: 4
6
6
---
7
7
8
-
All problems from the [USACO 2021 January Contest](http://www.usaco.org/index.php?page=jan21results) have been added to the USACO problem table [here](/general/usaco-monthlies).
8
+
All problems from the [USACO 2021 January Contest](http://www.usaco.org/index.php?page=jan21results) have been added to the USACO problem table [here](/general/usaco-monthlies).
Copy file name to clipboardexpand all lines: content/1_General/Fast_IO.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ briefly mentions some ways of speeding up I/O:
12
12
13
13
> For some of the more advanced problems with larger input sizes, competitors may benefit from using fast input/output, to more easily pass within the time limit. For C++ users, you may want to add "ios_base::sync_with_stdio(false); cin.tie(0);" to the top of your main method if you are using cin/cout. For Java users, you may want to use BufferedReader instead of Scanner.
14
14
15
-
What do these do and how much of a difference do these actually make? We'll use the following
15
+
What do these do and how much of a difference do these actually make? We'll use the following
- Reading - Self-explanatory. Will show up under dashboard active modules.
154
154
- Practicing - Self-explanatory. Will show up under dashboard active modules.
155
-
- Complete - Self-explanatory.
155
+
- Complete - Self-explanatory.
156
156
- Skipped - Use for modules that you have skipped and intend to come back to. Will show up under dashboard active modules.
157
157
- Ignored - Use for modules that you have skipped and do not intend to come back to. Will show up under dashboard active modules if enabled in settings.
0 commit comments