auti专题

算法库-全排列,递归全排列 auti()字符转为整型 stringstream用法

导航 1.全排列函数next_permutation(beg,end) 2.auti() //将字符串转化为整型 万能头文件 #include < bits/stdc++.h> 3.stringstream的int型转为string型用法 ——————————————————————————————————— 1.全排列:可以推举出所有可能性 头文件:#include < algorithm>