摘要: 视频链接:23 双指针 [ABC098D] Xor Sum 2_哔哩哔哩_bilibili Luogu [ABC098D] Xor Sum 2 #include <iostream> #include <cstring> #include <algorithm> using namespace st 阅读全文
posted @ 2023-08-24 21:49 董晓 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 视频链接:22 双指针 P1381 单词背诵_哔哩哔哩_bilibili Luogu P1381 单词背诵 #include<bits/stdc++.h> using namespace std; int n,m; string s[100005],s1; map<string,bool> word 阅读全文
posted @ 2023-08-24 21:47 董晓 阅读(384) 评论(1) 推荐(2) 编辑
摘要: 视频链接:21 双指针(尺取法)_哔哩哔哩_bilibili Luogu P1147 连续自然数和 #include<cstdio> int main(){ int m; scanf("%d",&m); int i=1,j=1,sum=1; while(i<=m/2){ //i<=j if(sum< 阅读全文
posted @ 2023-08-24 21:29 董晓 阅读(635) 评论(0) 推荐(0) 编辑
摘要: 视频链接:217 线段树 [SCOI2007] 降雨量_哔哩哔哩_bilibili Luogu P2471 [SCOI2007] 降雨量 #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> usi 阅读全文
posted @ 2023-08-24 17:34 董晓 阅读(281) 评论(0) 推荐(2) 编辑