C Cómo devolver un vector vacío
return vector<int>();
//or
return{};
Nervous Nightingale
return vector<int>();
//or
return{};