主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
阿达v吧
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
11
发帖
0
笔记
0
Ta的粉丝
93
关注数
0
粉丝数
93
获赞数
3
阅读数
5865
字符串转化 题解:
#include<iostream> #include<stdio.h> #include<string> using namespace std; int main(){ string str; ...
P2020
2024年3月8日 18:33
回复 1
|
赞 0
|
浏览 778
细菌繁殖问题 题解:
#include<cstdio> #include<iostream> using namespace std; /*观察图形发现图形关于中间数量最多的*对称,因此可以只需观察图形的一半, 每一行*会比上一行多2,可知等差数列an=2*n-1,an的前n项和...
P5126
2024年3月9日 15:19
回复 0
|
赞 1
|
浏览 464
集合中的相同元素 题解:
#include<cstdio> #include<iostream> #include<vector> #include<algorithm> using namespace std; const int Maxn=51; ...
P5105
2024年3月9日 14:51
回复 0
|
赞 0
|
浏览 495
密码的翻译 题解:
#include<cstdio> #include<iostream> #include<string> using namespace std; string getstr(string str){ for(int...
P3502
2024年3月9日 14:12
回复 0
|
赞 0
|
浏览 445
二叉树的深度 题解:
#include<cstdio> #include<iostream> #include<cmath> using namespace std; typedef struct BiNode{ char data; ...
P4356
2024年3月9日 13:58
回复 0
|
赞 1
|
浏览 832
n个数的最小公倍数 题解:
#include<cstdio> #include<iostream> using namespace std; //辗转相除法求最大公约数 int GCD(int a,int b){ if(b==0){ &nb...
P3684
2024年3月9日 13:25
回复 0
|
赞 0
|
浏览 565
三角形判定 题解:
#include<iostream> #include<stdio.h> #include<algorithm> using namespace std; //任意两边之和大于第三边即可构成三角形 bool isTriangle(int a,i...
P2018
2024年3月9日 10:34
回复 0
|
赞 0
|
浏览 480
兔子问题 题解:
#include<iostream> #include<stdio.h> using namespace std; //斐波纳契数列 /* 1、上一个月的兔子(n),在下一个月,保持到下一月(n);即老兔数=上月兔子总数。 2、第3月出生的兔仔,由上...
P1884
2024年3月8日 17:01
回复 0
|
赞 0
|
浏览 480
不重复数 题解:
#include<iostream> #include<stdio.h> #include<string> #include<limits.h> using namespace std; bool isNotSame(int n...
P1887
2024年3月8日 16:24
回复 0
|
赞 0
|
浏览 487
调整方阵 - 武汉大学 题解:
#include<iostream> #include<stdio.h> using namespace std; int main(){ int n; while(cin>>n){ ...
P1705
2024年3月8日 15:31
回复 0
|
赞 1
|
浏览 393
回文质数 题解:
#include<cstdio> #include<iostream> #include<cmath> using namespace std; bool isPrime(int n){ if(n<2)...
P1706
2024年3月8日 12:55
回复 0
|
赞 0
|
浏览 446
本科学校:123
目标学校:华中师范大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!