摘要: #双指针模板 while(j < n&&check(i,j)) j ++; //根据题意处理 #目的 优化算法时空复杂度 #小例题 讲一句英文短句拆分成若干单词输出 代码 #include<iostream> #include<string.h> using namespace std; int m 阅读全文
posted @ 2021-03-28 20:23 Xuuxxi 阅读(45) 评论(0) 推荐(0) 编辑