Standard Input/Output is what programs usually use to input and output data.
Lesson created by Richard Yi
This content is archived!
For the 2018-2019 school year, we have switched to using the WLMOJ judge for all MCPT related content. This is an archive of our old website and will not be updated.
These programs read in two integers on the same line, and output their sum.
Turing
Java
Java Alternate Method (May be too slow with large inputs)
C/C++
C++ Alternate Method (May be too slow with large inputs)