2025年3月20日

摘要: https://www.luogu.com.cn/problem/P1144 #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 1e18 using namespace std; #define lowbit( 阅读全文
posted @ 2025-03-20 12:03 laileou 阅读(10) 评论(0) 推荐(0)

2025年3月15日

摘要: https://www.lanqiao.cn/problems/2193/learning/?subject_code=1&group_code=4&match_num=13&match_flow=2&origin=cup #include<bits/stdc++.h> using namespac 阅读全文
posted @ 2025-03-15 18:49 laileou 阅读(22) 评论(0) 推荐(0)

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 阅读(10) 评论(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 阅读(36) 评论(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 阅读(15) 评论(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:36 laileou 阅读(8) 评论(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 阅读(20) 评论(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 阅读(21) 评论(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 阅读(37) 评论(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 阅读(20) 评论(0) 推荐(0)