首页 > Investigating Legions
头像 _hw
发表于 2020-07-21 16:44:40
玄学题目 样例都不用过的那种枚举每个a,b统计a与b之间的关系 若满足条件(代码)则将把b染成a的颜色 #include<bits/stdc++.h> using namespace std; int f[305][305],a[305],co[1005]; char ss[100050 展开全文