First page
Back
Continue
Last page
Graphics
using namespace std;
Removes the need to use std:: on all the std variables and functions.
If ignored, and compiler complains about your first cout, then put it back in.