- 博客(3)
- 收藏
- 关注
原创 团体程序设计天梯赛L2、L3
代码详见:https://www.bilibili.com/read/readlist/rl547088?spm_id_from=333.999.0.0目前已更新:L2-024 部落 (25 分)L3-003 社交集群 (30 分)L2-2 抢红包 (25 分)L2-035 完全二叉树的层序遍历 (25 分)L2-010 排座位 (25 分)L2-026 小字辈 (25 分)L2-031 深入虎穴 (25 分)L2-006 树的遍历 (25 分)L3-008 喊山 (30 分)
2022-04-20 18:57:36
311
原创 C语言英文打字训练程序(给出正确率,耗时)
#include<stdio.h>#include<math.h>#include<malloc.h>#include<time.h>#include<stdlib.h>#include<windows.h>void practice() { srand(time(NULL)); int n=100,i=0; float x=0; char a[101]; FILE *fp,*fq; fp=f.
2021-07-10 20:55:37
1756
6
原创 C语言进制转换器(支持2,8,10,16进制相互转换)
#include<math.h>#include<stdio.h>#include<stdlib.h>#include<string.h>#include<ctype.h>#include<math.h>#define changshu 200void ten_two(long he){ int i=0; int arr[changshu]; while(he) { arr...
2021-06-30 18:27:30
592
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人