摘要: 题目知识点:全排列加指针划分数组。 链接:https://www.luogu.com.cn/problem/P8599 #include<iostream> #include<vector> #include<algorithm> #include<math.h> #include<sstream> 阅读全文
posted @ 2024-03-10 19:12 WHUStar 阅读(17) 评论(0) 推荐(0)
摘要: https://www.luogu.com.cn/problem/P3805 板子题 比较模式的代码(书上整理): #include<iostream> #include<vector> #include<algorithm> #include<math.h> #include<sstream> # 阅读全文
posted @ 2024-03-10 17:17 WHUStar 阅读(23) 评论(0) 推荐(0)