- 博客(8)
- 收藏
- 关注
原创 团体程序设计天梯赛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 261
原创 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 1666 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 545 1
原创 C语言_小学生加减乘除练习
#include#include#include#includeint main(){ /* * 666! */ int x,y,z; int i; int point=0; srand(time(NULL)); printf("how many exercise do you want to try respectively?\n"); int n; scanf("%d",&n); for...
2021-06-23 22:39:44 446 2
原创 java中Circle类的设计
package helloworld;public class Show{ /* * 666! */ public static void main(String[] args) { Circle myCircle=new Circle(10); Circle tacitlyCircle=new Circle(); System.out.println(myCircle.toString()); ...
2021-06-23 17:13:09 885 1
原创 基于 C++ 输出 “Hello, World!“ 的实现
#include <iostream>using namespace std;void show(){ cout << "Hello, World!";}/** 666!*/int main(){ show(); return 0;}
2021-06-22 11:28:54 318
原创 基于 C 的 Hello World! 的实现
#include<stdio.h>void show(){ printf("Hello World!");}/** 666!*/int main(){ show(); }
2021-06-22 11:23:24 83
原创 基于java 输出 Hello World! 的实现
package helloworld;public class Show{ /* * 666! */ private static void show() { System.out.println("Hello World!"); } public static void main(String[] args) { show(); }}...
2021-06-22 11:06:27 164 2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人