牛客410616952号
牛客410616952号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客410616952号的博客
全部文章
(共66篇)
题解 | 牛牛的四叶玫瑰数
#include <stdio.h> #include "stdbool.h" #include "math.h" bool shui(int j){ int sum=0,mark=j; while(j) { sum+=po...
2025-06-07
0
44
题解 | 牛牛的替换
#include <stdio.h> #include "string.h" int main() { int n; char a1, a2, a3, a4; scanf("%d %c %c %c %c", &n, &a1...
2025-06-07
0
62
题解 | 牛牛的素数判断
#include <stdio.h> #include "math.h" #include "stdbool.h" int main() { int n; scanf("%d",&n); whil...
2025-06-07
0
46
题解 | 兔子的序列
#include <stdio.h> #include "math.h" #include "stdbool.h" int main() { int n; scanf("%d",&n); int ...
2025-06-05
0
52
题解 | 素数回文
#include <stdio.h> #include "stdbool.h" #include "math.h" int main() { long long num; scanf("%lld",&nu...
2025-06-04
0
39
题解 | 牛牛的素数和
#include <stdio.h> #include "stdbool.h" int main() { int a, b; bool flag = true; scanf("%d%d", &a, &b); int sum...
2025-05-30
0
41
题解 | 大水题
#include <stdio.h> int main() { int num; scanf("%d",&num); if(num<10) { printf("%d",num); return 0; } ...
2025-05-30
0
57
题解 | 数位五五
#include <stdio.h> int main() { int x,y,mark1=0; scanf("%d%d",&x,&y); for(int i=x;i<=y;i++) { int mark=i,s...
2025-05-30
0
53
题解 | 小乐乐计算函数
#include <stdio.h> #include "math.h" int main() { int a,b,c; scanf("%d%d%d",&a,&b,&c); double m; ...
2025-05-30
0
39
题解 | 字符串操作
#include <stdio.h> int main() { int n,m,n1,m1; scanf("%d%d",&n,&m); char str[n],a,b; scanf("%s",str...
2025-05-29
0
44
首页
上一页
1
2
3
4
5
6
7
下一页
末页