立志实干
立志实干
全部文章
分类
无链接题解(1)
题解(49)
归档
标签
去牛客网
登录
/
注册
立志实干的博客
全部文章
(共4篇)
小白鼠排队
#include <iostream> #include <cstdio> #include <algorithm> #include <string> using namespace std; const int MAXSIZE = 100; i...
习题
王道机试
第三章
2021-02-24
7
546
找位置,这题要命了
//////////////////////////////////////////////////////////////////////////////////////////////////// //濒临吐血 //////////////////////////////////////////...
习题
王道机试
吐血
第三章
2021-02-24
0
552
自虐不对玩法
//////////////////////////////////////////////////////////////////////////////////////////////////// //自虐玩法 256个ASCII挨个遍历,用上了队列!!!!自杀式玩法,答案缺个排序 ///...
习题
王道机试
第三章
2021-02-23
0
491
整数奇偶排序
#include <iostream> #include <cstdio> #include <algorithm> using namespace std; const int MAXSIZE = 10; int a[MAXSIZE]; int odd[MA...
习题
王道机试
第三章
2021-02-22
1
577