猫史档案馆


小鹿UUyM

小鹿UUyM

Lv.1

学了c++回来了,准备干大作

获赞:611收藏:210浏览:6959作品收藏:98
回复帖子评论
上一页4 页 / 共 16下一页

《当你用键盘打出zbh》 中回复

总不会

2022-06-04T18:47:21 点赞:0

《当你用键盘打出zbh》 中回复

治不好

2022-06-04T18:47:33 点赞:0

小游戏: 把你楼下的用户名的首字母用输入法打出,会是什么样的? 中回复

顶顶顶

2022-06-04T19:03:17 点赞:0

小游戏: 把你楼下的用户名的首字母用输入法打出,会是什么样的? 中回复

顶顶顶

2022-06-04T19:03:24 点赞:0

小游戏: 把你楼下的用户名的首字母用输入法打出,会是什么样的? 中回复

顶顶顶

2022-06-04T19:03:30 点赞:0

如图,请问这是什么编程语言? 中回复

html+js+python+c++==hjpyc++

2022-06-06T16:26:38 点赞:0

小游戏: 把你楼下的用户名的首字母用输入法打出,会是什么样的? 中回复

顶顶顶

2022-06-06T16:52:50 点赞:0

小游戏: 把你楼下的用户名的首字母用输入法打出,会是什么样的? 中回复

顶顶顶

2022-06-06T16:52:56 点赞:0

小游戏: 把你楼下的用户名的首字母用输入法打出,会是什么样的? 中回复

顶顶顶

2022-06-06T16:53:01 点赞:0

最近又跟虚拟机杠上了。。。。。。 中回复

metoo……就是找不着下载链接……(VMware)

2022-06-07T19:05:37 点赞:0

O(∩_∩)O~帮我点个赞呗~ 中回复

303???

2022-06-07T19:06:34 点赞:0

【喵】我发现我是先驱者 中回复

5210……

2022-06-07T19:09:56 点赞:0

啊啊啊啊啊啊啊啊啊啊 中回复

为啥奇葩的帖号很多都是你???

2022-06-07T19:12:36 点赞:0

Rise开了个报社 中回复

真的唉,我来采访你下,你的运气是如何爆棚的???

2022-06-07T19:21:54 点赞:0

【像素画:孙海天第十课作品】 中回复

1122!!!

2022-06-07T19:23:57 点赞:1

【小说】逍遥小说抽取人写专属啦 中回复

10101……

2022-06-07T19:24:33 点赞:0

谁要免费F码 中回复

交警来了()()()

2022-06-07T19:26:02 点赞:0

关于神奇代码岛的公告 中回复

前排~

2022-06-08T19:28:35 点赞:0

和电工学员两个大屑拍片子() 中回复

ddd()()

2022-06-13T13:38:24 点赞:0

关于神岛图形化编程和人物形象编辑什么时候开发好这件事 中回复

999999999999999999999999999999年13月32日星期八下下午25时61分61秒  emotion_doge

2022-06-13T13:42:10 点赞:1

深圳的朋友们靠你们了 中回复

az

2022-06-16T19:07:09 点赞:0

OHHHHHHHHH!!!!!! 中回复

那个,官网在哪啊

2022-06-19T10:28:16 点赞:0

哎,现在岛三有些人没救了 中回复

唉 

2022-06-29T19:22:42 点赞:0

谁会C++的给我站出来! 中回复

我马上发

2022-06-29T19:40:57 点赞:0

谁会C++的给我站出来! 中回复

#include<iostream>
#include<conio.h>
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
	system("color 0c");
	char b,a;
	int c=48,d=48,f=48,e,cishu=0,cuo=0,fen;
	cout<<"		  这是一个打字练习,可以锻炼打字(英文字符和字母练习)"<<endl<<"		  打字简介:本练习一共有30道题,会根据你的错误程度进行打分!小提示:注意把中文模式切换英文(shift键切换)"<<endl;
	cout<<"		  准备好了吗?要开始了!";
	system("pause");
	Sleep(100);
	system("cls");
	while(1)
	{
		if(cishu==30)
		{
			cout<<"			恭喜你!你成功完成了练习!!"<<endl;
			break;
		}
		system("color 0c");
		srand(time(0));
		e=rand()%1+3;
		if(e==1)
		{
			srand(time(0));
			c=rand()%65+90;
			a=c;
		}
		else if(e==2)
		{
			srand(time(0));
			d=rand()%97+122;
			a=d;
		}
		else
		{
			srand(time(0));
			d=rand()%48+57;
			a=d;
		}
		cout<<endl;
		cout<<endl;
		cout<<endl;
		cout<<"          "<<a<<endl;
		b=getch();
		if(a!=b)
		{
			cout<<"错了哦!"<<endl;
			cuo++;
		}
		else
			cout<<"对了!"<<endl;
		cishu++; 
		cout<<endl;
		cout<<endl;
		Sleep(100);
		system("cls");
	}
	fen=30-cuo;
	system("color 0a");
	cout<<"你的分数是:"<<fen<<endl;
	if(fen==30)
		cout<<"厉害!满分!"<<endl;
	else if(fen>25)
		cout<<"加油!再努力下就满分了!"<<endl;
	else if(fen>=20)
		cout<<"加油吧!差点就不到二十了呢!"<<endl;
	else
		cout<<"不及格哦!请继续努力!"<<endl;
	system("pause");
	return 0;
}
//作者:小鹿UUyM

2022-06-29T19:42:55 点赞:0

大家用什么装win10?很急(下周要参加国家比赛) 中回复

U盘,买个专门装系统的U盘,插上去,打开,其他的自己搜

2022-06-29T19:51:57 点赞:0

【哈哈农场】炎龙角这玩意谁没有啊() 中回复

hi

2022-06-29T20:10:13 点赞:0

谁会C++的给我站出来! 中回复

#include<iostream>
#include<conio.h>
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
	system("color 0c");
	char b,a;
	int c=48,d=48,f=48,e,cishu=0,cuo=0,fen;
	cout<<"		  这是一个打字练习,可以锻炼打字(英文字符和字母练习)"<<endl<<"		  打字简介:本练习一共有30道题,会根据你的错误程度进行打分!小提示:注意把中文模式切换英文(shift键切换)"<<endl;
	cout<<"		  准备好了吗?要开始了!";
	system("pause");
	Sleep(100);
	system("cls");
	while(1)
	{
		if(cishu==30)
		{
			cout<<"			恭喜你!你成功完成了练习!!"<<endl;
			break;
		}
		system("color 0c");
		srand(time(0));
		e=rand()%1+3;
		if(e==1)
		{
			srand(time(0));
			c=rand()%65+90;
			a=c;
		}
		else if(e==2)
		{
			srand(time(0));
			d=rand()%97+122;
			a=d;
		}
		else
		{
			srand(time(0));
			d=rand()%48+57;
			a=d;
		}
		cout<<endl;
		cout<<endl;
		cout<<endl;
		cout<<"          "<<a<<endl;
		b=getch();
		if(a!=b)
		{
			cout<<"错了哦!"<<endl;
			cuo++;
		}
		else
			cout<<"对了!"<<endl;
		cishu++; 
		cout<<endl;
		cout<<endl;
		Sleep(100);
		system("cls");
	}
	fen=30-cuo;
	system("color 0a");
	cout<<"你的分数是:"<<fen<<endl;
	if(fen==30)
		cout<<"厉害!满分!"<<endl;
	else if(fen>25)
		cout<<"加油!再努力下就满分了!"<<endl;
	else if(fen>=20)
		cout<<"加油吧!差点就不到二十了呢!"<<endl;
	else
		cout<<"不及格哦!请继续努力!"<<endl;
	system("pause");
	return 0;
}
//作者:小鹿UUyM

2022-06-30T18:36:42 点赞:0

C++测试题 中回复

嗯嗯

2022-06-30T18:37:21 点赞:0

C++测试题 中回复

简单

2022-06-30T18:37:31 点赞:0