首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
孙某人
我是菠菜哥小号(二刷),第三是我大号
关注
发消息
文章
0
题解
67
发帖
0
笔记
2
Ta的粉丝
207
关注数
1
粉丝数
207
获赞数
177
阅读数
52829
查找学生信息2 题解:易错点总结
#include<iostream> #include <string.h> using namespace std; int main(){ struct cc{ char a[10]; char b[10]; char c[10...
P1476
2024年1月18日 23:10
回复 0
|
赞 1
|
浏览 880
链表合并 题解:跪求大佬帮忙看看
#include<iostream> using namespace std; int main(){ int n=0; struct node{ int data; struct node *next; }; cin >> n; n...
P1025
2024年1月18日 19:23
回复 0
|
赞 0
|
浏览 725
链表合并 题解:易错点:先判断是否为空
#include<iostream> using namespace std; int main(){ int n=0; struct node{ int data; struct node *next; }; cin >> n; n...
P1025
2024年1月18日 13:35
回复 2
|
赞 0
|
浏览 636
统计单词 题解:易错点
#include<iostream> #include <string.h> #include <stdio.h> using namespace std; int main(){ char a[10000]; char c[10000]; ...
P1394
2024年1月17日 22:13
回复 0
|
赞 2
|
浏览 1.0k
查找学生信息 题解:
有大佬可以帮我看一下这个题吗,输出超范围 #include <iostream> #include <string.h> using namespace std; int main(){ int n...
P1177
2024年1月11日 13:34
回复 2
|
赞 0
|
浏览 836
幂次方 题解:
//快速幂算法 //233333 #include <iostream> using namespace std; int main(){ long long a,b,sum=1; cin &g...
P1017
2024年1月4日 17:06
回复 0
|
赞 0
|
浏览 990
成绩排序 题解:
//正确率只有50%,求大佬指点 /*#include<iostream> #include<string.h> using namespace std; int main(){ int n=0 ,...
P1151
2024年1月4日 11:48
回复 2
|
赞 2
|
浏览 906
1
2
3
4
本科学校:河北科技师范学院
目标学校:贵州大学
N诺官方认证
研究生 - 贵州大学