#ifndef __TOURNAMENT_H__ #define __TOURNAMENT_H__ #include using namespace std; #include "sm_array.h" string tournament(garray &); #endif