摘要: #include <bits/stdc++.h> #define CLOSE ios::sync_with_stdio(false);cin.tie(0);cout.tie(0) #define endl "\n" typedef long long LL; const int N = 1e6 + 阅读全文
posted @ 2024-02-01 15:14 可爱的卤蛋 阅读(25) 评论(3) 推荐(0) 编辑
摘要: /* https://www.acwing.com/solution/content/44886/ 看acwing */ #include <bits/stdc++.h> #define CLOSE ios::sync_with_stdio(false);cin.tie(0);cout.tie(0) 阅读全文
posted @ 2024-02-01 15:08 可爱的卤蛋 阅读(45) 评论(0) 推荐(0) 编辑