爱吃的懒羊羊离上岸不远了
爱吃的懒羊羊离上岸不远了
全部文章
分类
归档
标签
去牛客网
登录
/
注册
爱吃的懒羊羊离上岸不远了的博客
全部文章
(共126篇)
题解 | 搬水果
#include <functional> #include <iostream> #include <queue> #include <vector> #include <algorithm> #include <cmath>...
2025-03-03
0
23
题解 | 谁是你的潜在朋友
#include <iostream> #include <algorithm> #include <cmath> using namespace std; typedef struct Re{ // int no; int lik; }Reader...
2025-03-02
0
21
题解 | 开门人和关门人
#include <iostream> #include <string> #include <algorithm> #include <cmath> using namespace std; typedef struct Re{ stri...
2025-03-02
0
20
题解 | 查找学生信息
#include <iostream> #include <algorithm> #include <cmath> #include <string> using namespace std; typedef struct Stu{ // in...
2025-03-02
0
15
题解 | 查找第K小数
#include <iostream> #include<algorithm> #include <cmath> #include <iterator> #include <vector> #include <queue> #i...
2025-03-02
0
14
题解 | 复数集合
#include <iostream> #include <algorithm> #include <cmath> #include <string> #include <vector> using namespace std; type...
2025-03-02
0
16
题解 | 质因数的个数
#include <iostream> #include <algorithm> #include <cmath> using namespace std; const int maxn =1e6; bool flag[maxn]; int pri[maxn]; ...
2025-03-02
0
20
题解 | Prime Number
#include <iostream> #include <algorithm> #include <cmath> using namespace std; const int maxn = 1e6 +10; bool prime[1000010]={0}; i...
2025-03-02
0
18
题解 | 约数的个数
#include <iostream> #include <algorithm> #include <cmath> using namespace std; long long n[1010]; int Add(long long num) { int ...
2025-03-01
0
25
题解 | 素数
#include <iostream> #include <algorithm> #include <cmath> using namespace std; bool IsPrime(int n) { // int a = sqrt(n); if(...
2025-03-01
0
18
首页
上一页
4
5
6
7
8
9
10
11
12
13
下一页
末页