摘要: just a test Code #include <bits/stdc++.h> using namespace std; int a[3005], b[3005], n, m, f[3005][3005]; int main(){ cin >> n; for(int i = 1 ; i <= n 阅读全文
posted @ 2025-06-14 15:36 Alvin_Wang 阅读(9) 评论(0) 推荐(0)