Please refer to the CMPSC 101 Coding Standards

which are the same as CMPSC 201 except CMPSC 201 students may use

  #include <iostream.h>
#include <cstdlib>


at the top of each program instead of

#include <iostream>
using namespace std;