主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
easymoney
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
33
发帖
0
笔记
0
Ta的粉丝
78
关注数
0
粉丝数
78
获赞数
3
阅读数
18367
排序 题解:
#include <stdio.h> #include <algorithm> #include <iostream> using namespace std; bool asc(int a, int b) {  ...
P1010
2024年3月14日 13:45
回复 0
|
赞 0
|
浏览 537
成绩排序 题解:
#include <stdio.h> #include <algorithm> #include <string> #include <iostream> using namespace std; struct student { &...
P1151
2024年3月13日 17:04
回复 0
|
赞 0
|
浏览 596
删除字符串2 题解:
#include <stdio.h> #include <string.h> int main() { static char s[100]; gets(s);  ...
P1027
2024年3月13日 15:29
回复 0
|
赞 0
|
浏览 551
统计单词 题解:(瞎猫碰上死耗子)
#include <stdio.h> #include <string.h> int main() { char c[100]; gets(c);  ...
P1394
2024年3月13日 13:54
回复 0
|
赞 0
|
浏览 596
首字母大写 题解:
#include <stdio.h> #include <string.h> int main() { char s[100]; gets(s);  ...
P1240
2024年3月13日 12:32
回复 0
|
赞 0
|
浏览 480
字母统计 题解:
#include <stdio.h> #include <string.h> int main() { int count[26] = { 0 }; static char c[100]...
P1292
2024年3月13日 12:16
回复 0
|
赞 0
|
浏览 536
字符移动 题解:
#include <stdio.h> #include <string.h> int main() { static char a[100], b[100]; int j = 0; ...
P1012
2024年3月13日 11:42
回复 0
|
赞 0
|
浏览 723
打印日期 题解:(60%)
//通过率60% #include <stdio.h> int main() { int year = 0, month = 0, day = 0; int n = 0; &nbs...
P1410
2024年3月12日 12:33
回复 1
|
赞 0
|
浏览 433
日期差值 题解:
#include <stdio.h> struct date { int year; int month; int day; }p, q; int main...
P1290
2024年3月12日 11:29
回复 0
|
赞 1
|
浏览 642
日期 题解:
#include <bits/stdc++.h> using namespace std; int main(){ int month,day; int f[13] = {0,31,29,31,30...
P1011
2024年3月11日 20:02
回复 0
|
赞 0
|
浏览 749
旋转矩阵 - 北航 题解:
#include <stdio.h> int main() { int n; int a[10][10] = { 0 }; int b[10][10] = { ...
P1377
2024年3月10日 13:06
回复 0
|
赞 0
|
浏览 660
杨辉三角形 - 西北工业大学 题解:
#include <stdio.h> int main() { //初始化数组 int a[200][200] = { 0 }; int n; scanf...
P1392
2024年3月9日 17:15
回复 0
|
赞 0
|
浏览 498
字符棱形 题解:
#include <stdio.h> int main() { int n; scanf("%d",&n); for (int i ...
P1473
2024年3月9日 16:32
回复 0
|
赞 0
|
浏览 550
1
2
本科学校:湖北工业大学
目标学校:湖北工业大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!