摘要:
https://atcoder.jp/contests/abc273 A - A Recursive Function #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<LL,LL> PII 阅读全文
摘要:
https://atcoder.jp/contests/abc274/tasks A - Batting Average #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<LL,LL> PI 阅读全文