立志实干
立志实干
全部文章
分类
无链接题解(1)
题解(49)
归档
标签
去牛客网
登录
/
注册
立志实干的博客
全部文章
(共56篇)
密码翻译
//这题让你加密,不是让你解密!!!!!!!!!!! //a-z和A-Z之间不是连续的,有6个标点符号 #include <iostream> #include <cstdio> #include <string> using namespace std; i...
王道机试
例题
第四章
M
2021-02-28
5
728
特殊乘法
#include <iostream> #include <cstdio> #include <string> using namespace std; int main(){ string str1; string str2; in...
习题
王道机试
E
第四章
2021-02-28
0
462
小白鼠排队
#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
首页
上一页
1
2
3
4
5
6
下一页
末页