/*-------------------------------------------------- header file for function cheer created by smtuttle at Tue Nov 8 13:36:53 PST 2016 --------------------------------------------------*/ #ifndef cheer_H #define cheer_H #include <string> using namespace std; int cheer(int num_hips); #endif