迷茫的猫头鹰上岸了
迷茫的猫头鹰上岸了
全部文章
分类
归档
标签
去牛客网
登录
/
注册
迷茫的猫头鹰上岸了的博客
全部文章
(共22篇)
题解 | #牛牛的四叶玫瑰数#
#include <stdio.h> #include <math.h> int main() { int a,b; scanf("%d %d",&a,&b); ...
C
C++
2022-09-30
0
249
题解 | #牛牛的替换#
#include <stdio.h> int main() { int n = 0; scanf("%d", &n); &...
C
C++
2022-09-29
0
270
题解 | #牛牛的素数判断#
#include <stdio.h> int main() { int n=0; scanf("%d",&n); ...
C
C++
2022-09-29
0
248
题解 | #兔子的序列#
#include <stdio.h> #include <math.h> int max(int x,int y) { if(x>=y)  ...
C
C++
2022-09-28
0
0
题解 | #素数回文#
#include <stdio.h> #include <math.h> int jgde(long long x)//这个函数用来判断是否为素数判断; { long ...
C
C++
2022-09-28
2
0
题解 | #牛牛的素数和#
#include <stdio.h> int main() { int l=0; int r=0; &n...
C
C++
2022-09-26
0
0
题解 | #牛牛的素数和#
#include <stdio.h> int main() { int l=0; int r=0; &n...
C
C++
2022-09-26
0
0
题解 | #牛牛的短信#
#include <stdio.h> int main() { int n=0; scanf("%d",&n); &n...
C
C++
2022-09-26
0
0
题解 | #[NOIP2010]数字统计#
#include <stdio.h> int main() { int L=0; int R=0; &n...
C
C++
2022-09-26
0
0
题解 | #The Biggest
#include <stdio.h> int main() { int n = 0; int sum =&nbs...
C
C++
2022-09-26
0
0
首页
上一页
1
2
3
下一页
末页