摘要: 100+30+30+100 T1 F x 只可能有 n 种情况,枚举每个 x,暴力扫一个数组找到所需的另一个值,然后开个桶判断是否合法即可。 #include<bits/stdc++.h> using namespace std; int n,m,a[4001],b[4001],tong[4001] 阅读全文
posted @ 2021-10-17 11:20 -zxb- 阅读(61) 评论(2) 推荐(0)