主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
张会老儿
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
84
关注数
1
粉丝数
84
获赞数
0
阅读数
3615
单链表 题解:我这个怎么不对,先把输入的数排序,然后用头插法插进链表,奔溃啊
#include<iostream> #include<stdio.h> #include<algorithm> #include<string.h> #include<stdlib.h> using namespace...
P1015
2024年3月25日 16:41
回复 1
|
赞 0
|
浏览 521
二叉树2 题解:为什么可以用int啊,题目的不是说的小于10亿吗,
05555555
P1264
2024年3月24日 15:50
回复 1
|
赞 0
|
浏览 469
二叉树遍历 题解:大佬,帮我看看,我这个怎么不对啊。
#include<bits/stdc++.h> using namespace std; # typedef struct node{ char data; struct node *lchi...
P1161
2024年3月24日 14:34
回复 2
|
赞 0
|
浏览 638
成绩排序 - 华科 题解:请问大佬,我输入这样写的时候为什么会time error。我换成c++的cin>>就对了
#include<stdio.h> #include<stdlib.h> #include<string.h> #include <stdbool.h> #include<algorithm> #include<str...
P1404
2024年3月18日 20:37
回复 1
|
赞 0
|
浏览 466
统计单词 题解:有没有大佬看看,一直是百分之%80,求求了
#include<stdio.h> #include<stdlib.h> #include<string.h> int letter(char c){ //判断是否是字母 if( c>='a&...
P1394
2024年3月14日 20:33
回复 1
|
赞 0
|
浏览 665
日期计算 题解:大佬看看我的代码,怎么一直是百分之50啊。日期判断没问题啊
#include<stdio.h> struct data{ int year; int month; int day; }; int daytab[2][13]={ {0,31,28,31,30,31,30,31,...
P1051
2024年3月13日 13:43
回复 1
|
赞 0
|
浏览 856
本科学校:贵州大学
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!