主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
LianG_nnuo
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
11
发帖
0
笔记
4
Ta的粉丝
169
关注数
0
粉丝数
169
获赞数
13
阅读数
47821
c 加密算法
#include<stdio.h> #include<stdlib.h> #include<string.h> /*编写加密程序,加密规则为:将所有字母转化为该字母后的第三个字母, 即A->D、B->E、C->F、......、Y-...
P1014
2022年11月11日 21:48
回复 1
|
赞 2
|
浏览 4.8k
c 简单数组冒泡
#include<stdio.h> #include<stdlib.h> #include<string.h> /* 输入第一行包括一个整数N(1<=N<=100),代表学生的个数。 接下来的N行每行包括两个整数p和q,分别代表每个学生...
P1159
2022年11月15日 10:39
回复 1
|
赞 1
|
浏览 5.1k
c 简单二维数组实现
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<math.h> #include<time.h> #include<malloc.h&g...
P1062
2022年11月11日 21:52
回复 0
|
赞 0
|
浏览 4.2k
c 素数
#include<stdio.h> #include<stdlib.h> /* 输入一个整数n(2<=n<=10000),要求输出所有从1到这个整数之间(不包括1和这个整数)个位为1的素数, 如果没有则输出-1。 输出描述: 输出所有从1到这...
P1375
2022年11月11日 21:50
回复 0
|
赞 1
|
浏览 4.2k
c 二进制数
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<math.h> #include<time.h> /* 大家都知道,数据在计算机里中存储...
P1380
2022年11月11日 21:49
回复 0
|
赞 1
|
浏览 4.6k
c 简单排序
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<math.h> #include<time.h> #include<malloc.h&g...
P1036
2022年11月11日 21:49
回复 0
|
赞 1
|
浏览 3.6k
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<math.h> #include<time.h> //给你一个字符串S,要求你将字符串中出...
P1027
2022年11月11日 21:47
回复 0
|
赞 1
|
浏览 3.8k
c
#include<stdio.h> #include<stdlib.h> #include<string.h> /*输入一个字符串,将其中的数字字符移动到非数字字符之后,并保持数字字符和非数字字符输入时的顺序 例如:输入字符串“ab4f3...
P1012
2022年11月11日 21:46
回复 0
|
赞 1
|
浏览 4.3k
c
#include<stdio.h> #include<stdlib.h> #include<string.h> /* 给你一个字符串S,要求你将字符串中出现的所有"gzu"子串删除,输出删除之后的S。 输入输出格式 输入描...
P1026
2022年11月11日 21:45
回复 0
|
赞 1
|
浏览 3.9k
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<math.h> #include<time.h> /*众所周知,博学楼有11层楼,并且有三...
P1005
2022年11月11日 21:45
回复 0
|
赞 1
|
浏览 3.7k
c 利用数组(可自动排序和去重,算法不是最好,但提供一种思路)
#include<stdio.h> /*输入有多组数据。 每组输入n,然后输入n个整数(1<=n<=1000),再输入k。 输出描述: 输出第k小的整数。 输入输出样例 输入样例#: 复制 6 2 1 3 5 2 2 3 输出样...
P1383
2022年11月8日 21:36
回复 0
|
赞 3
|
浏览 5.5k
本科学校:中央民族大学
目标学校:中央民族大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!