首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
山崎友希
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
22
发帖
0
笔记
0
Ta的粉丝
11
关注数
0
粉丝数
11
获赞数
68
阅读数
4067
统计单词 题解:
#include<stdio.h> #include<string.h> #define MAXSIZE 100 int main(){ char string[MAXSIZE]; ...
P1394
2025年3月27日 20:08
回复 0
|
赞 5
|
浏览 169
一元三次方程求解 题解:
#include<stdio.h> double a,b,c,d; double f(double x){ double result=a*x*x*x+b*x*x+c*x+d; return...
P1580
2025年3月27日 19:34
回复 0
|
赞 0
|
浏览 50
元数据 题解:
#include<stdio.h> #include<string.h> #include<math.h> int main(){//那我问你,10的九次方是多少? //1000000000 确实 这就是10的9次方 //10000...
P1891
2025年3月27日 18:03
回复 0
|
赞 0
|
浏览 79
三元组 题解:
#include<stdio.h> int main(){ int N; scanf("%d",&N); int j=1; &nb...
P1556
2025年3月27日 11:39
回复 0
|
赞 0
|
浏览 76
元素位置 题解:
#include<stdio.h> int main(){ int n; scanf("%d",&n); int a[n]; &n...
P1767
2025年3月26日 20:38
回复 0
|
赞 0
|
浏览 130
元素交换 题解:
#include<stdio.h> int main(){//给定一个长度为 [公式] 数组,将其中第偶数位置的元素与前一个元素交换。 int n; scanf("%d",&...
P1689
2025年3月26日 20:35
回复 0
|
赞 0
|
浏览 98
达到回文数 题解:
#include<stdio.h> #include<string.h> #include<math.h> int Reverse(int x){//Reverse函数实现把传进来的参数x翻转的效果! &nb...
P1883
2025年3月26日 20:11
回复 0
|
赞 0
|
浏览 79
一元二次方程 题解:
#include<stdio.h> #include<math.h> int main(){ int a,b,c;//一元二次方程的系数 int m; &nb...
P1435
2025年3月23日 13:32
回复 0
|
赞 1
|
浏览 86
后缀子串排序 题解:
#include<stdio.h> #include<string.h> int main(){ //char s1[1000][1000]={{"sdad"},{"dsfdsdsesg"...
P1294
2025年3月21日 19:32
回复 0
|
赞 0
|
浏览 128
剩下的树 题解:
#include<stdio.h> int main(){ //不是哥们,很简单的一题....最开始思路不对!简单的问题复杂化了。。。。 int L,M; in...
P1175
2025年3月19日 21:29
回复 0
|
赞 0
|
浏览 125
特殊排序 题解:
#include<stdio.h> int main(){ int N; while( ( scanf("%d\n",&N) )!=EOF){ ...
P1400
2025年3月19日 20:12
回复 0
|
赞 0
|
浏览 192
判断回文数 题解:
#include<stdio.h> #include<string.h> #define max 100 int main(){//什么是回文数?正着读和倒着读都一样 char string[max]...
P1700
2025年3月17日 17:47
回复 0
|
赞 2
|
浏览 121
字符串排序3 题解:
#include<stdio.h> #include<string.h> int main(){ int n; while( ( scanf("%d",&n)...
P1261
2025年3月17日 17:34
回复 0
|
赞 6
|
浏览 258
求众数 题解:
#include<stdio.h> int main(){ int n; scanf("%d",&n); int a[n]; &n...
P1810
2025年3月12日 17:04
回复 0
|
赞 1
|
浏览 224
成绩排序2.0 题解:
#include<stdio.h> typedef struct{ int p;//学号 int q;//成绩 }student; int main(){  ...
P1159
2025年3月12日 16:33
回复 0
|
赞 3
|
浏览 205
众数 题解:
#include<stdio.h> int main(){ int a[20]; int i; while( ( scanf("%d %d...
P1352
2025年3月12日 16:32
回复 0
|
赞 0
|
浏览 232
字符移动 题解:
#include<stdio.h> #include<string.h> #define maxsize 100 int main(){ char string[maxsize];//数组A用于存除了数字外的一切东西 &n...
P1012
2025年3月11日 00:10
回复 0
|
赞 12
|
浏览 332
二叉树遍历 题解:
#include <stdio.h> typedef struct erchashu{//创建一个结构体 它叫erchashu char data;//数据域 struct...
P1161
2025年3月10日 20:42
回复 0
|
赞 28
|
浏览 527
二叉树的深度2 题解:
#include<stdio.h> typedef struct tree{ char data; struct tree *Lchild,*Rchild;//定义结构体指针 }*BTt...
P5268
2025年3月10日 17:02
回复 0
|
赞 7
|
浏览 234
学生成绩排序 - 西农 题解:
#include<stdio.h> #include<string.h> typedef struct student{ char NO[100]; char NAME[100]; &...
P5205
2025年3月10日 15:12
回复 0
|
赞 2
|
浏览 252
1
2
本科学校:我靠,这懒觉好大!
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!