I have the following function
我有以下功能
vector<int> function(parameters)
{
//push back some elements to the vector
...
}
vectorI have the following function
我有以下功能
vector<int> function(parameters)
{
//push back some elements to the vector
...
}
vector