#include <vector>
#include <iterator>

int main()
{
    std::vector<char> word;
    
    begin(word);
}