2021年天梯赛L2-03
题意
思路
STL永远的神。。。
#include<bits/stdc++.h>
using namespace std;
const int N=1e3+10;
char liu[N][N];
int cnt[N];
#define PII pair<vector<int>,int>
#define x first
#define y second
vector<PII> vec;
bool cmp(PII a,PII b)
{
if(a.
原创
2021-05-01 19:46:27 ·
151 阅读 ·
0 评论