#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 = 0</
CCF CSP 竞赛试题——消息传递接口(201903-4)
最新推荐文章于 2022-05-31 15:30:36 发布