牛客652687585号
牛客652687585号
全部文章
分类
题解(56)
归档
标签
去牛客网
登录
/
注册
牛客652687585号的博客
全部文章
(共39篇)
题解 | #浮点数加法#
#include<iostream> #include<cstdio> #include<string> using namespace std; int main() { s...
C++
C
C++14
数组
字符串
模拟
2022-02-14
0
373
题解 | #skew数#
#include<iostream> #include<cstdio> #include<string> #include<cmath> using namespace std; int main(){ &nb...
C++
C
C++14
数组
字符串
2022-02-14
1
550
题解 | #字母统计#
#include<iostream> #include<cstdio> #include<string> #include<cstring> using namespace std; int count[26]; int&...
C++
C
C++14
数组
字符串
2022-02-14
0
313
题解 | #找位置#
#include<iostream> #include<cstdio> #include<cstring> using namespace std; int main() { ...
C++
C
C++14
数组
模拟
2022-02-13
0
305
题解 | #打印极值点下标#
#include<iostream> #include<cstdio> using namespace std; const int MAXN=80; int arr[MAXN]; int main() {...
C++
C++14
数组
模拟
2022-02-10
0
356
题解 | #找最小数#
#include<iostream> #include<cstdio> #include<algorithm> using namespace std; const int MAXN=1001; struct a{...
C++
C++14
数组
模拟
2022-02-10
1
332
题解 | #找x#
#include<iostream> #include<cstdio> using namespace std; const int MAXN=202; int main(){ ...
C++
C
C++14
数组
2022-01-26
0
392
题解 | #查找#
#include<iostream> #include<cstdio> using namespace std; const int MAXN=101; int main(){ ...
C++
C
C++14
数组
2022-01-26
0
320
题解 | #奥运排序问题#
#include<iostream> #include<cstdio> using namespace std; int main() { int n, m, ...
C++
C
数组
模拟
2022-01-25
0
413
题解 | #小白鼠排队#
#include<iostream> #include<cstdio> #include<string> #include<algorithm> using namespace std; struct Mouse{ &nb...
C++
C
C++14
数组
2022-01-25
0
335
首页
上一页
1
2
3
4
下一页
末页