摘要: 原题链接 题解 1.abcdef= 1 ~ a* + ab* ~ abc + abc* ~ abcd + ... + abcde * ~ abcedf code #include<bits/stdc++.h> #define ll long long using namespace std; ll 阅读全文
posted @ 2024-03-22 20:55 纯粹的 阅读(17) 评论(0) 推荐(0)
摘要: 原题链接 题解 请看code code #include<bits/stdc++.h> #define ll long long using namespace std; struct { ll to, val, head, times = 0; } edge[200005]; ll out[100 阅读全文
posted @ 2024-03-22 11:38 纯粹的 阅读(18) 评论(0) 推荐(0)