渺小小螃蟹
渺小小螃蟹
全部文章
题解
归档
标签
去牛客网
登录
/
注册
渺小小螃蟹的博客
全部文章
/ 题解
(共54篇)
题解 | #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++) { ...
2021-05-07
3
637
题解 | #百鸡问题#
include <stdio.h> main(){ int x,y,z,n; scanf("%d",&n); for(x=0;x<=100;x++) { for(y=0;y<=100;y++) { ...
2021-05-07
4
561
题解 | #反序数#
include <stdio.h> include <math.h> main(){ int x, a, b, c, d, y; for (x = 1000; x < 10000; x++) { d=x/1000; c=(x...
2021-05-07
1
0
题解 | #日期类#
include <stdio.h> include <math.h> int res(int n){ int res = 0; while(n!=0) { res = n % 10 + res * 10; n /= 10; ...
2021-05-07
2
480
首页
上一页
1
2
3
4
5
6
下一页
末页