
#include "team.h"

main()
{
  Team t;

  cin >> t;

  cout << endl << endl << t;

}



