摘要: #include <bits/stdc++.h>using namespace std;int main() { bool a[5005]={}; int a[1000]; int n,m; cin>>n>>m; for(int i=2;i<=m;i++){ for(int j=1;j<=n;j++ 阅读全文
posted @ 2025-08-02 21:02 园友3087003 阅读(26) 评论(0) 推荐(0)