C++ I/O
In this lesson, we'll discuss how to handle input and output in C++ code.
We'll cover the following...
I/O in contests
In competitions, the input for your code has to read from standard input (most of the time) and you print the output to ...