This commit is contained in:
Benjamin Qi 2020-06-28 21:17:56 -04:00
parent a63ae5bf0d
commit 0c2bbb297a
2 changed files with 6 additions and 1 deletions

View file

@ -8,8 +8,13 @@ description: Demonstrates how to read input and print output for USACO contests.
## Additional Reading
- CSES 1.2
cin, getline, files
- [PAPC 2.4](http://www.csc.kth.se/~jsannemo/slask/main.pdf)
cin, getline
## Standard I/O
In most websites (such as CodeForces and CSES), input and output are **standard**.

View file

@ -73,7 +73,7 @@ You do not need to learn pointers (for now). Knowledge of structs and classes is
Let us know what works (or doesn't) for you.
<resources>
<resources embedded title="Getting Started">
<resource source="CodeSignal" title="CodeSignal" url="https://codesignal.com/">can practice basics with "Arcade," "Interview Practice"</resource>
<resource source="Philippines OI" title="Prepare" url="https://noi.ph/prepare/">lots of links!</resource>
<resource source="IOI" title="Getting Started" url="https://ioinformatics.org/page/getting-started/14">not so up to date</resource>