摘要:
点击查看代码 #include <iostream> using namespace std; const int N = 1005; int n, pre[N][N], ans; int main() { cin >> n; for (int i = 1; i <= n; i++) { for ( 阅读全文
点击查看代码 #include <iostream> using namespace std; const int N = 1005; int n, pre[N][N], ans; int main() { cin >> n; for (int i = 1; i <= n; i++) { for ( 阅读全文
posted @ 2025-11-20 00:41
CL0
阅读(2)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; int n; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); cin>>n; int 阅读全文
posted @ 2025-11-20 00:28
CL0
阅读(2)
评论(0)
推荐(0)

浙公网安备 33010602011771号