首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
蟹蟹
我只会c语言,我所有刷题都采用c
关注
发消息
文章
0
题解
4
发帖
0
笔记
0
Ta的粉丝
32
关注数
0
粉丝数
32
获赞数
11
阅读数
3544
a+b - 华科 题解:
#include<stdio.h> #include<math.h> #include<string.h> #define max 1010 int main() { void add(char a[],char b[...
P1398
2023年7月17日 09:03
回复 0
|
赞 4
|
浏览 962
排序 - 华科 题解:
#include<stdio.h> int main() { int n=0,arr[105]; while(scanf("%d",&n)!=EOF){ // ...
P1399
2023年7月17日 08:51
回复 0
|
赞 1
|
浏览 831
字符串连接 题解:
#include<stdio.h> #include<string.h> int main() { char arr1[100],arr2[100]; scanf("%s",arr1)...
P1397
2023年7月3日 22:22
回复 0
|
赞 3
|
浏览 830
二叉排序树 - 华科 题解:
#include<stdio.h> typedef struct orderTree { int data; struct orderTree *lchild,*rchild; }tree,*Btree; int main() { &nb...
P1396
2023年7月3日 22:11
回复 0
|
赞 3
|
浏览 921
本科学校:武汉商学院
目标学校:武汉理工大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!