#include <iostream>
#include <ctime>

using namespace std;

int randInt( int low, int high );

int main()
{
srand(unsigned(time(NULL)));