自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 243

原创 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 1545 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 508 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 425 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 842 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 300

原创 基于 C 的 Hello World! 的实现

#include<stdio.h>void show(){ printf("Hello World!");}/** 666!*/int main(){ show(); }

2021-06-22 11:23:24 70

原创 基于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 132 2

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除