爱吃的懒羊羊离上岸不远了
爱吃的懒羊羊离上岸不远了
全部文章
分类
归档
标签
去牛客网
登录
/
注册
爱吃的懒羊羊离上岸不远了的博客
全部文章
(共126篇)
题解 | 最长&最短文本
#include <iostream> #include <cstring> #include <algorithm> #include <cmath> #include <vector> #include <string> u...
2025-03-17
0
18
题解 | Problem C
#include<iostream> #include <algorithm> #include <cmath> #include <cstring> using namespace std; const int N=1000000010; bool...
2025-03-17
0
15
题解 | 复数
#include <iostream> using namespace std; class FU{ public: int real; int vir; FU operator+(FU &fu1) { FU newF;...
2025-03-16
0
15
题解 | Sharing
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> #define maxn 100010 using namespace std; typedef...
2025-03-16
0
16
题解 | 毕业bg
#include <iostream> #include <algorithm> #include <cstring> #include <cmath> #define maxn 35 using namespace std; typedef str...
2025-03-15
0
18
题解 | 字符串连接
#include <iostream> #include <cstring> using namespace std; int main() { string a, b; while (cin >> a >> b) { // 注意 w...
2025-03-15
0
17
题解 | A+B
#include <iostream>//数据范围不大,用long long直接可以,练习一下高精度加减法 #include <algorithm> #include <cmath> #include <cstring> #include <st...
2025-03-15
0
14
题解 | 字符串去特定字符
#include <iostream> #include <cstring> #include <algorithm> #include <cmath> using namespace std; int main() { string s; ...
2025-03-14
0
12
题解 | 大整数的因子
#include <algorithm> #include <iostream> #include <cstring> #include <algorithm> #include <cmath> using namespace std; ...
2025-03-14
0
17
题解 | 二叉搜索树
#include <iostream>//建树,使用前序遍历,判断前序遍历结果是否相同 #include <algorithm> #include <cmath> #include <cstring> using namespace std; // ...
2025-03-14
0
15
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页