刘肯搏
刘肯搏
全部文章
分类
归档
标签
去牛客网
登录
/
注册
刘肯搏的博客
全部文章
(共15篇)
题解 | #牛牛的西格玛#
#include<stdio.h> int main() { int add(int a); int a; scanf("%d", &a); int z; z = add(a); printf("%d&...
2024-10-23
1
35
题解 | #牛牛的10类人#
#include <stdio.h> int main() { int a, b; int test(int x); scanf("%d",&a); int arr[1000]; int i,j; for(i=0...
2024-10-23
1
34
题解 | #兔子的序列#
#include<stdio.h> #include<math.h> int main() { int test(int x); int a; scanf("%d",&a); int z; z=test(a...
2024-10-22
1
64
题解 | #素数回文#
#include <stdio.h> #include <math.h> int test(int x); int main() { long int a; scanf("%ld", &a); int z = test(a...
2024-10-22
2
43
题解 | #牛牛的素数和#
#include <stdio.h> #include<math.h> int main() { int test(int a,int b); int a, b; scanf("%d %d",&a,&b); ...
2024-10-21
1
63
题解 | #牛牛的短信#
#include <stdio.h> int main() { double test(int x); int a, b; scanf("%d",&a); double z; z=(double)test(a); ...
2024-10-21
1
62
题解 | #[NOIP2010]数字统计#
#include <stdio.h> int main() { int test(int a,int b); int a, b; scanf("%d %d",&a,&b); int z=test(a,b); p...
2024-10-21
1
48
题解
#include <stdio.h> int main() { int test(int a); int a, b; scanf("%d",&a); b=test(a); while(b>10) { ...
2024-10-21
1
35
题解 | #数位五五#
#include <stdio.h> int test(int a, int b); int main() { int a, b; scanf("%d %d", &a, &b); int z = test(a, b); ...
2024-10-21
2
54
题解 | #小乐乐计算函数#
#include <stdio.h> int main() { int max(int a,int b,int c); int a,b,c; scanf("%d %d %d",&a,&b,&c); int x,y...
2024-10-21
1
38
首页
上一页
1
2
下一页
末页