#include <iostream>
#include <string>
void analyze(std::string & seq)
{
std::cout << seq << std::endl;
// ...
std::string ...