网站首页 站内搜索

搜索结果

查询Tags标签: 2021PAT,共有 2条记录
  • 2021PAT甲级秋季考试题解

    7-1Arrays and Linked Lists#include<bits/stdc++.h> using namespace std; const int N = 1e4+10; struct L{int address;int len; }link[N]; int sum[N]; int main() {int n,k;int total = 0;cin >> n >> k;for(int i = 0 ; i < n ; i ++){cin >…

    2021/10/2 23:14:23 人评论 次浏览
  • 2021PAT甲级秋季考试题解

    7-1Arrays and Linked Lists#include<bits/stdc++.h> using namespace std; const int N = 1e4+10; struct L{int address;int len; }link[N]; int sum[N]; int main() {int n,k;int total = 0;cin >> n >> k;for(int i = 0 ; i < n ; i ++){cin >…

    2021/10/2 23:14:23 人评论 次浏览
扫一扫关注最新编程教程