摘要: 头文件 #include<algorithm> 1. 全排列 next_permutation和prev_permutation(升序和降序) 2. 排序 sort(a,a+4) (默认升序) #include<math.h> 平方 pow(a,2) 开方 sqrt(a) 整数绝对值 int c = 阅读全文
posted @ 2022-03-12 14:48 fashion幽佳 阅读(41) 评论(0) 推荐(0)