立志实干
立志实干
全部文章
分类
无链接题解(1)
题解(49)
归档
标签
去牛客网
登录
/
注册
立志实干的博客
全部文章
(共21篇)
浮点数加法(14/20通过)数组越界
#include <iostream> #include <cstdio> #include <string> // #include <cstring> using namespace std; const int MAXSIZE = 40; i...
习题
王道机试
D
第四章
吐血
2021-03-03
0
562
浮点数加法(内存超限)
#include <iostream> #include <cstdio> #include <string> // #include <cstring> using namespace std; const int MAXSIZE = 40; i...
习题
王道机试
D
第四章
吐血
2021-03-03
0
578
首字母大写
//麻烦得很 //在字符串中,单词之间通过空白符分隔,空白符包括:空格(' ')、制表符('\t')、回车符('\r')、换行符('\n')。 #include <iostream> #include <cstdio> #include <string> #inc...
习题
王道机试
第四章
M
2021-03-02
0
571
单词替换
#include <iostream> #include <cstdio> #include <string> #include <cstring> using namespace std; const int MAXSIZE=100; int m...
习题
王道机试
第四章
M
2021-03-02
1
598
skew数
// write your code here cpp //这一天都服了#include <cmath> str[i]-'0' pow(2,j)-1 sum+=(str[i]-'0')*(pow(2,j)-1); #include <iostream> #i...
习题
王道机试
第四章
M
2021-03-01
9
740
统计字符
///////////////////////////////////////////////////////////////////////////////////////////////// //把字母都放ASCII码里,出现就++,然后轮到那个就打印出来number,其他的太麻烦了,懒得!!!...
习题
王道机试
例题
第四章
M
2021-03-01
0
416
特殊乘法
#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
首页
上一页
1
2
3
下一页
末页