Furina_love
Furina_love
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
Furina_love的博客
全部文章
(共2篇)
题解 | 小红的不动点分配
贪心即可处理,对于满足x<n的x,只要出现了就是一个不动点,最多作为不动点两次 #include <bits/stdc++.h> using namespace std; using ll = long long; const int OvO = 0; int main() { ...
2025-11-15
0
13
题解 | A×A=B
#include <bits/stdc++.h> #include <cmath> using namespace std; using ll = long long; const int OvO = 0; bool find(ll x) { ll l=0l,r=1...
2025-11-15
0
13