2025年3月3日

摘要: https://codeforces.com/contest/2072/problem/E #include<bits/stdc++.h> using namespace std; #define endl '\n' using ll = long long; using pii = pair<in 阅读全文
posted @ 2025-03-03 21:17 laileou 阅读(2) 评论(0) 推荐(0) 编辑

2025年3月2日

摘要: https://www.luogu.com.cn/problem/T576143?contestId=233561 #include<bits/stdc++.h> using namespace std; #define endl '\n' using ll = long long; using p 阅读全文
posted @ 2025-03-02 20:56 laileou 阅读(2) 评论(0) 推荐(0) 编辑
 
摘要: https://www.luogu.com.cn/problem/T575379?contestId=233561 #include<bits/stdc++.h> using namespace std; #define endl '\n' using ll = long long; using p 阅读全文
posted @ 2025-03-02 18:54 laileou 阅读(1) 评论(0) 推荐(0) 编辑

2025年2月18日

摘要: https://www.lanqiao.cn/problems/17109/learning/ #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 1e18 using namespace std; #defin 阅读全文
posted @ 2025-02-18 11:35 laileou 阅读(4) 评论(0) 推荐(0) 编辑

2025年2月17日

摘要: #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 1e18 using namespace std; #define lowbit(x) x&(-x) #define endl '\n' using ll = 阅读全文
posted @ 2025-02-17 18:35 laileou 阅读(3) 评论(0) 推荐(0) 编辑
 
摘要: #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 1e18 using namespace std; #define lowbit(x) x&(-x) #define endl '\n' using ll = 阅读全文
posted @ 2025-02-17 18:16 laileou 阅读(3) 评论(0) 推荐(0) 编辑
 
摘要: #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 1e18 using namespace std; #define lowbit(x) x&(-x) #define endl '\n' using ll = 阅读全文
posted @ 2025-02-17 16:09 laileou 阅读(3) 评论(0) 推荐(0) 编辑

2025年2月16日

摘要: https://www.luogu.com.cn/problem/P3388 #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 1e18 using namespace std; #define lowbit( 阅读全文
posted @ 2025-02-16 16:50 laileou 阅读(2) 评论(0) 推荐(0) 编辑
 
摘要: https://www.luogu.com.cn/problem/P3387 #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 1e18 using namespace std; #define lowbit( 阅读全文
posted @ 2025-02-16 15:32 laileou 阅读(5) 评论(0) 推荐(0) 编辑

2025年2月15日

摘要: https://www.luogu.com.cn/problem/P2863 #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 1e18 using namespace std; #define lowbit( 阅读全文
posted @ 2025-02-15 16:30 laileou 阅读(3) 评论(0) 推荐(0) 编辑