爱吃的懒羊羊离上岸不远了
爱吃的懒羊羊离上岸不远了
全部文章
分类
归档
标签
去牛客网
登录
/
注册
爱吃的懒羊羊离上岸不远了的博客
全部文章
(共126篇)
题解 | 阶乘
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> using namespace std; string Add(string s1, strin...
2025-03-13
0
12
题解 | 整数和
#include <iostream> #include <cmath> #include <algorithm> using namespace std; int main() { int m,N,sign; cin>>m; ...
2025-03-13
0
13
题解 | Median
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> #define maxn 1000010 using namespace std; //9 10 ...
2025-03-13
0
15
题解 | 平方因子
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> using namespace std; int main() { int n; ...
2025-03-13
0
16
题解 | 完数
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> #include <vector> using namespace std; vect...
2025-03-13
0
12
题解 | To Fill or Not to Fill
#include <iostream>//思路错了,借鉴了大佬的思路 贪心排序油费 #include <algorithm> #include <cmath> #include <cstring> #include <limits> #in...
2025-03-13
0
16
题解 | 排名
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> #define maxn 1010 using namespace std; typedef ...
2025-03-13
0
14
题解 | IP地址
#include <iostream> using namespace std; bool IS(int x) { if(x>=0&&x<=255)return true; return false; } int main() { ...
2025-03-12
0
16
题解 | 怪异的洗牌
#include <iostream> #include <algorithm> #include <cmath> #include <cstring> #include <vector> #define maxn 1010 using n...
2025-03-12
0
12
题解 | 判断三角形类型
#include <iostream> #include <algorithm> #include <cmath> using namespace std; int main() { int a,b,c; while(cin>>a&g...
2025-03-12
0
15
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页