爱吃的懒羊羊离上岸不远了
爱吃的懒羊羊离上岸不远了
全部文章
分类
归档
标签
去牛客网
登录
/
注册
爱吃的懒羊羊离上岸不远了的博客
全部文章
(共126篇)
题解 | 字符串排序
#include <iostream> #include <cstring> #include <algorithm> #include <cmath> #define maxn 100010 using namespace std; typedef...
2025-03-08
0
17
题解 | 密码翻译
#include <iostream> #include <string> using namespace std; string Code(string s) { for(int i=0;i<s.size();i++) { if(s[...
2025-03-08
0
13
题解 | 学分绩点
#include <iostream> #include <algorithm> #include <cmath> #include <limits> #define maxn 20 using namespace std; int sc[maxn];...
2025-03-08
0
15
题解 | N的阶乘
#include <iostream>//高精度乘法模板题 #include <string> #include <algorithm> #include <cmath> #include <cstring> using namespace...
2025-03-08
0
20
题解 | 日志排序
#include <iostream> #include <algorithm> #include <string> #include <cmath> #define maxn 10010 using namespace std; typedef s...
2025-03-06
0
23
题解 | 位操作练习
#include <iostream> #include <iterator> #include <string> #include <algorithm> #define MAX 32768 using namespace std; string ...
2025-03-06
0
19
题解 | 求最大最小数
#include <iostream> #include <algorithm> #include <cmath> #include <set> using namespace std; set<int>s; int main() { ...
2025-03-06
0
22
题解 | 球的半径和体积
#include <iostream> #include <algorithm> #include <cmath> // #define PI arccos(-1) using namespace std; double PI = acos(-1); int ...
2025-03-06
0
18
题解 | 成绩排序
#include <iostream> #include <algorithm> #include <cmath> using namespace std; typedef struct Student{ int no; int sc; }S;...
2025-03-06
0
24
题解 | 反序输出
#include <iostream> #include <string> #include <cstring> #include <algorithm> #include <cmath> using namespace std; int...
2025-03-06
0
21
首页
上一页
2
3
4
5
6
7
8
9
10
11
下一页
末页