立志实干
立志实干
全部文章
分类
无链接题解(1)
题解(49)
归档
标签
去牛客网
登录
/
注册
立志实干的博客
全部文章
(共26篇)
例题4.6 Number Sequence(弃)
#include <iostream> #include <cstdio> #include <string> #include <cstring> using namespace std; const int MAXSIZE = 1000000; ...
王道机试
D
例题
第四章
吐血
2021-03-02
0
497
例题4.6 Number Sequence(弃)
#include <iostream> #include <cstdio> //#include <string> #include <vector> using namespace std; vector<int> a; vector...
王道机试
D
例题
第四章
吐血
2021-03-02
0
508
字母统计
///////////////////////////////////////////////////////////////////////////////////////////////// //把字母都放ASCII码里,出现就++,然后轮到那个就打印出来number,其他的太麻烦了,懒得!!!...
王道机试
E
例题
第四章
2021-03-01
0
491
统计字符
///////////////////////////////////////////////////////////////////////////////////////////////// //把字母都放ASCII码里,出现就++,然后轮到那个就打印出来number,其他的太麻烦了,懒得!!!...
习题
王道机试
例题
第四章
M
2021-03-01
0
416
简单密码
#include <iostream> #include <cstdio> #include <string> using namespace std; int main(){ string str; while(getline(cin,st...
王道机试
例题
第四章
M
2021-02-28
0
475
密码翻译
//这题让你加密,不是让你解密!!!!!!!!!!! //a-z和A-Z之间不是连续的,有6个标点符号 #include <iostream> #include <cstdio> #include <string> using namespace std; i...
王道机试
例题
第四章
M
2021-02-28
5
728
首页
上一页
1
2
3
下一页
末页