摘要: 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 阅读全文
posted @ 2022-11-04 21:34 高尔赛凡尔娟 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2022-11-04 17:49 高尔赛凡尔娟 阅读(44) 评论(0) 推荐(0) 编辑