1110002
1110002
全部文章
分类
归档
标签
去牛客网
登录
/
注册
1110002的博客
全部文章
(共1篇)
题解 | 数对计数
只需要理解为找每一个数加上该常数c的数有多少个加起来就可以,用auto遍历整个多重集合就可以得到答案#include <bits/stdc++.h>#define int long longusing namespace std;signed main() { int n,c; ...
2025-09-11
0
0