smartiphone
smartiphone
全部文章
分类
题解(3)
归档
标签
去牛客网
登录
/
注册
smartiphone的博客
全部文章
(共1篇)
题解 | 小红的双排列权值
#include<bits/stdc++.h> #include <climits> using namespace std; const int maxn = 2e5+10; int num[maxn][2];int maxbe = 0;int mined = INT_MA...
C++
数组
2025-10-19
4
29