AF
Size: a a a
AF
AF
AF
FS
std::string s;
std::list<std::string> l;
while (std::getline (input, s))
l.push_back(s);
JM
std::string s;
std::list<std::string> l;
while (std::getline (input, s))
l.push_back(s);
CD
AF
std::string s;
std::list<std::string> l;
while (std::getline (input, s))
l.push_back(s);
FS
JM
FS
AF
FS
AF
AF
AS
S
LA
std::vector
DK
std::vector
LA
AF