#include <iostream>
#include <string>
#include <algorithm>
#include <vector>
using namespace std;
int main() {
int z = 0;
std::vector<std::string> names = {"john", "bobby", "dear", "test1", "catherine", "nomi", "shinta", "martin", "abe", "may", "zeno", "zack", "angeal", "gabby"};
sort(names.begin(), names.end() );
for(auto name : names){
cout << name << endl;
}
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8c3RyaW5nPgojaW5jbHVkZSA8YWxnb3JpdGhtPgojaW5jbHVkZSA8dmVjdG9yPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwogCmludCBtYWluKCkgewppbnQgeiA9IDA7CnN0ZDo6dmVjdG9yPHN0ZDo6c3RyaW5nPiBuYW1lcyA9IHsiam9obiIsICJib2JieSIsICJkZWFyIiwgInRlc3QxIiwgImNhdGhlcmluZSIsICJub21pIiwgInNoaW50YSIsICJtYXJ0aW4iLCAiYWJlIiwgIm1heSIsICJ6ZW5vIiwgInphY2siLCAiYW5nZWFsIiwgImdhYmJ5In07CiAKc29ydChuYW1lcy5iZWdpbigpLCBuYW1lcy5lbmQoKSApOwogCmZvcihhdXRvIG5hbWUgOiBuYW1lcyl7CiAgICBjb3V0IDw8IG5hbWUgPDwgZW5kbDsKfQogICAgICAgIHJldHVybiAwOwogCn0=