摘要: A AtCoder Quiz 3 大于42加一即可 #include<bits/stdc++.h> using namespace std; const int N = 2e5 + 5; int n , fa[N]; int main() { cin >> n; cout << "AGC"; if( 阅读全文
posted @ 2021-12-06 16:45 PHarr 阅读(139) 评论(0) 推荐(0) 编辑