06 2022 档案
CSP202203-3
摘要:只用会用的STL,数组优先,结构体优先。 #include <bits/stdc++.h> using namespace std; /* 西西艾弗云有多个结点,每个结点都有唯一的编号。 西西艾弗云每个计算任务都有一个应用与之对应,每个应用可能 包含多个计算任务(一对多运算) 每个计算任务由一个特定
CSP-22-3 DHCP服务器
摘要:模拟题 原题链接: https://www.acwing.com/problem/content/3416/ 分析题意,注意细节。 可以不用STL,如果能自己模拟,就不要用STL。 #include <bits/stdc++.h> using namespace std; /* 1. 客户端 --D