2021年CSP-J初赛真题及答案解析(阅读程序3)
2021年CSP-J初赛真题及答案解析(阅读程序3)
第3题
#include <iostream>
using namespace std;const int n 100000;
const int N n 1;
int m;
int a[N], b[N], c[N], d[N];
int f[N], g[N];void init()
{f[1] g[1] 1;//此处为13行for (int i 2; i < n; i) {if …
2026/8/13 13:16:15