立志实干
立志实干
全部文章
分类
无链接题解(1)
题解(49)
归档
标签
去牛客网
登录
/
注册
立志实干的博客
全部文章
(共14篇)
题解 | #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
首页
上一页
1
2
下一页
末页