#include <iostream>
#include <stdio.h>
#include <cctype>
#include <list>
#include <vector>
using namespace std;
struct STATE {
int id;
bool send;
};
int main() {
int T, n;
cin >> T >> n;
getchar();
while (T--) {
vector<list<STATE> > A;
for (int k =
CCF CSP 竞赛试题——消息传递接口(201903-4)
最新推荐文章于 2022-05-31 15:30:36 发布

最低0.47元/天 解锁文章
1098

被折叠的 条评论
为什么被折叠?



