爱吃的懒羊羊离上岸不远了
爱吃的懒羊羊离上岸不远了
全部文章
分类
归档
标签
去牛客网
登录
/
注册
爱吃的懒羊羊离上岸不远了的博客
全部文章
(共126篇)
题解 | 互换最大最小数
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> #define maxn 25 #define INF 0x3f3f3f3f using nam...
2025-03-12
0
14
题解 | A+B for Matrices
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> #define maxn 15 using namespace std; int a[maxn]...
2025-03-12
0
16
题解 | 数字反转
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> #include <iterator> #include <string>...
2025-03-12
0
16
题解 | 字符串排序
#include <iostream> #include <cmath> #include <cstring> #include <algorithm> #include <vector> using namespace std; boo...
2025-03-12
0
15
题解 | 调整方阵
//不需要真的交换,只需要存下来行的坐标,按序输出每一行即可 //按列遍历数组,直接找出每列中除去依照的的行后的最大的元素的行 //bool b[] 标记要去除的行号 //vector<>v 存下来依次需要交换的行 #include <iostream> #include...
2025-03-12
0
15
题解 | 最大连续子序列
#include <iostream> #include <algorithm> #include <cmath> #define maxn 10010 using namespace std; int main() { int n; while(...
2025-03-12
0
21
题解 | 最大的两个数
#include <iostream> #include <algorithm> #include <cmath> using namespace std; int a[10][10]; int b[10][10]; int main() { for (...
2025-03-11
0
16
题解 | 大整数排序
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> using namespace std; string s[110]; bool cmp(str...
2025-03-11
0
22
题解 | 查找
#include <iostream> #include <cstring> #include <algorithm> #include <cmath> #include <string> using namespace std; int...
2025-03-11
0
19
题解 | a+b
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> #include <string> using namespace std; str...
2025-03-11
0
17
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页