#include <iostream.h>
#include <stdlib.h>

int main()
{

      system("PAUSE");
      return 0;
}
