摘要:
A - π \(S = \pi (\frac{d}{2})^2\),而且通过第一个样例就可以知道\(\pi\)是多少。 点击查看代码 //再次相聚之前,谢谢你带我回到这人世间。 #include<bits/stdc++.h> using namespace std; signed main(){ d 阅读全文
摘要:
A. Passing the Ball 模拟记录一下即可。 点击查看代码 //像太阳半沉在海水里,光和浪潮交织出了浓稠的雾。 #include<bits/stdc++.h> #define int long long using namespace std; int n; char c[55]; b 阅读全文
摘要:
强联通分量 点击查看代码 #include<bits/stdc++.h> using namespace std; int n,m; vector<int> e[10005]; int dfn[10005],low[10005],timtp; int stk[10005],stktp; bool i 阅读全文