摘要: #include<bits/stdc++.h> #define ll long long using namespace std; int readin(){int x=0,f=1;char ch=getchar();while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch= 阅读全文
posted @ 2021-04-21 11:16 Acception 阅读(30) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> typedef long long ll; #define pb push_back using namespace std; vector<int>mul(vector<int>&a,int b){ cout<<"b: "<<b<<endl; ve 阅读全文
posted @ 2021-04-21 11:02 Acception 阅读(109) 评论(0) 推荐(0)
摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int maxn=10000+15; 4 int n,m,sum,tim,s; 5 int p[maxn],head[maxn],sd[maxn],dfn[maxn],low[maxn] 阅读全文
posted @ 2021-04-21 10:59 Acception 阅读(35) 评论(0) 推荐(0)