摘要: L2-005 集合相似度 #include<bits/stdc++.h> using namespace std; typedef long long ll; int main() { int n,m,t; set<int>s[51];//此题主要考虑用set来解决 cin>>n; for(int 阅读全文
posted @ 2023-02-01 17:12 椿の花少年 阅读(16) 评论(0) 推荐(0)