摘要:
普通的模拟题,数据很小,基本排除超时超空间的可能 上代码: #include<bits/stdc++.h> #define LL long long using namespace std; vector<pair<int,string>>sv;//用于存储Server,sv[i].first代表S 阅读全文
posted @ 2024-12-16 13:35
chengliye
阅读(31)
评论(0)
推荐(0)
https://www.cnblogs.com/chengliye。