立志实干
立志实干
全部文章
分类
无链接题解(1)
题解(49)
归档
标签
去牛客网
登录
/
注册
立志实干的博客
全部文章
(共21篇)
题解 | #百鸡问题#
#include <iostream> #include <cstdio> using namespace std; int main(){ int n; while(scanf("%d",&n)!=EOF){ int x,y,z...
习题
王道机试
E
第二章
2021-06-01
9
560
题解 | #与7无关的数#
#include <iostream> #include <cstdio> using namespace std; int main(){ int n; while(scanf("%d",&n)!=EOF){ int sum=0;...
习题
王道机试
E
第二章
2021-05-31
0
479
题解 | #Old Bill#(小螃蟹C版本)
#include<stdio.h> main() { int n,x,y,z; while(scanf("%d %d %d %d",&n,&x,&y,&z)!=EOF) { int k,d,e; k...
习题
王道机试
第二章
M
2021-05-07
0
478
题解 | #Old Bill#(挑错)
#include<stdio.h> main() { int n,x,y,z,a,b,c,k=0,d,e; scanf("%d\n %d %d %d",&n,&x,&y,&z); for(a=1;a<10;a++) {...
习题
王道机试
第二章
M
2021-05-07
0
496
题解 | #Old Bill#(小螃蟹版本)
#include <iostream> #include <cstdio> using namespace std; int main() { int n,x,y,z; while(scanf("%d %d %d %d",&n,&x,&am...
习题
王道机试
第二章
M
2021-05-07
0
438
题解 | #Old Bill#(带函数)
#include <iostream> #include <cstdio> using namespace std; void bill(int n,int x,int y,int z) { int test; int c=0; for(int ...
习题
王道机试
M
第二章
2021-05-07
0
504
习题4.6 字符串匹配(只有一个【】)
///////////////////////////////////////////////////////////////////////////////////////////////////// //这儿的题怎么都这么错综复杂,你敢信,这题可以有很多[],多损啊 //////////////...
习题
王道机试
D
第四章
吐血
2021-03-03
3
636
习题4.6 字符串匹配(运行超时)
///////////////////////////////////////////////////////////////////////////////////////////////////// //这儿的题怎么都这么错综复杂 ////////////////////////////////...
习题
王道机试
D
第四章
吐血
2021-03-03
0
711
后缀子串排序
////////////////////////////////////////////////////////////////////////////////////////////////////// //字符串sort函数,#4 ////////////////////////////////...
习题
王道机试
第四章
M
2021-03-03
0
576
浮点数加法(让数组是100)成功了,哈哈哈(自己试验,加注释)
///////////////////////////////////////////////////////////////////////////////////////////////////////////////// //变态 ///////////////////////////////...
习题
王道机试
D
第四章
吐血
2021-03-03
0
688
首页
上一页
1
2
3
下一页
末页