摘要: A #include <bits/stdc++.h> using namespace std; const int N = 1e5 + 10; int n; int a[N], b[N]; void solve() { cin >> n; for (int i = 1; i <= n; i ++ ) 阅读全文
posted @ 2022-02-22 23:16 Angels_of_Death 阅读(36) 评论(0) 推荐(0)