#include #include using namespace std; vector a(); int main(){ a(); return 0; } vector a(){ return {"xsxxsxsx","xcgyubajsks","HelloWorld"}; }