#include <iostream>
using namespace std;

int main() {
	std::ofstream ofs(filename.c_str());
	for(std::vector<std::string>::const_iterator it=Vec.begin(); it != Vec.end(); ++it)
		ofs<<*it<<' ';
	ofs<<'\n';
	ofs<<'\n';
	ofs.close();
	ifs.close();
	return 0;
}