主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
fzh
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
34
发帖
0
笔记
24
Ta的粉丝
316
关注数
0
粉丝数
316
获赞数
10
阅读数
22299
查找1 题解:C++
#include<bits/stdc++.h> using namespace std; int main() { int n; cin >> n ; &n...
P1388
2024年1月29日 03:44
回复 0
|
赞 0
|
浏览 690
字符棱形 题解:
#include<bits/stdc++.h> using namespace std; int main() { int n; cin >> n; &nb...
P1473
2024年1月27日 22:39
回复 0
|
赞 1
|
浏览 595
最大公约数和最小公倍数 题解:三元表达式
#include<bits/stdc++.h> using namespace std; int main() { int a, b; cin>> a >> b; &nb...
P1041
2024年1月27日 21:57
回复 0
|
赞 1
|
浏览 641
素数 题解:C
int main() { int n; while(scanf("%d", &n)!=EOF){ int count = 0,flag=1; ...
P1375
2024年1月20日 08:39
回复 2
|
赞 0
|
浏览 762
博学楼的阶梯 题解:C
#include<stdio.h> int main() { int T; scanf("%d", &T); for (int k...
P1005
2024年1月20日 16:42
回复 0
|
赞 1
|
浏览 654
查找第K小数 题解:
#include<stdio.h> int main() { int n; scanf("%d",&n); int array[1...
P1383
2024年1月20日 08:14
回复 0
|
赞 0
|
浏览 526
查找学生信息 题解:C语言 要特别注意有多组输入数据
#include<stdio.h> int main() { int n,m; while(scanf("%d %d",&n,&m)!=EOF){ int data[200]; for(int i=0;i<n;i++) &n...
P1177
2024年1月20日 07:34
回复 0
|
赞 0
|
浏览 852
水仙花数 题解:C
#include<stdio.h> #include<math.h> int Judge(int x) { int temp = x; if ((int)pow(x / 100, ...
P1034
2024年1月19日 14:34
回复 0
|
赞 1
|
浏览 631
杨辉三角形 题解:C
#include<stdio.h> int main() { int n; scanf("%d", &n); while (n!=...
P1062
2024年1月19日 14:21
回复 0
|
赞 1
|
浏览 769
幂次方 题解:实在找不到哪里不对,向各位佬求助了
#include<stdio.h> long long int Recusion(long long int x, long long int n) { long long int temp; ...
P1017
2024年1月16日 21:03
回复 2
|
赞 0
|
浏览 1.0k
字符分类 题解:空间换时间
#include<stdio.h> #include<string.h> int main() { char str[100]={'\0'}; scanf("%s",str); char Alpha...
P1016
2024年1月16日 20:29
回复 0
|
赞 1
|
浏览 685
二进制数 题解:C语言 两种方法 第一种itoa 第二种 栈
#include<stdio.h> #include<stdlib.h> //方法一 /* int main() { int n; while(scanf(&quo...
P1380
2024年1月14日 11:05
回复 0
|
赞 1
|
浏览 737
加密算法 题解:
#include <stdio.h> #include<string.h> int main() { char string[100]; fgets(string,sizeof(string),stdin); for(int i=0;i<strle...
P1014
2024年1月13日 22:00
回复 0
|
赞 1
|
浏览 921
翻转数的和 题解:C语言
#include<stdio.h> #include<math.h> //用于求翻转数 int GetVal(int x) { int data[9] = {0}; int top =...
P1003
2024年1月13日 21:08
回复 0
|
赞 0
|
浏览 741
1
2
本科学校:浙江理工大学
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!