#include "LIST.h"
#include <string>
#include <iostream>

using namespace std;

int main()
{
	return 0; 
}
