随笔分类 -  4.6two pointers

摘要:two pointers通向扫描法。 #include<iostream> #include<algorithm> using namespace std; typedef long long LL; LL a[100010] = {0}; int main() { int n,p,max = -1 阅读全文
posted @ 2020-02-18 12:06 tangq123 阅读(138) 评论(0) 推荐(0)