swap(a,b)也就是把a和b的值互换。

头文件:#include<algorithm>,swap要加using namespace std;

相关文章: