vector <int>   Int() 
 { 
 vector <int>   vtInt(5,   10); 
 return   vtInt; 
 } ??????这个有问题吗