摘要: A #include<bits/stdc++.h> #define int long long using namespace std; const int N=1e6+10,mod=2e31-1; int dist[N],cnt[N],res,n,m,s; int e[N],ne[N],w[N], 阅读全文
posted @ 2023-08-05 12:28 o-Sakurajimamai-o 阅读(25) 评论(0) 推荐(0)
-- --