高级光能
#include<iostream>
#include<windows.h>
#include<cmath>
#include<iomanip>
#include<string>
#include<algorithm>
#include<cstdio>
using namespace std;
int main()
{
//开始你的操作
string s="Long long ago,there were two students in a middle school.";
string s1="The boy and the girl were classmates,they were friendly to each other.";
string s2="One day,their teacher found that they like to speak in class,so the the teacher asked them to adjust their seats.They were all very sad and reluctant.";
string s3=" Basic information about the boy:";
string s4="Name:***;";
string s5="Age:13";
string s6="Tall:16?";
string s7="Heavy:50~60kg";
string s8="Can you help me to find this slag man? ";
for(int i=0;i<s.size();i++)
{
cout<<s[i];
Sleep(300);
}
cout<<endl;
for(int i=0;i<s1.size();i++)
{
cout<<s1[i];
Sleep(300);
}cout<<endl;
for(int i=0;i<s2.size();i++)
{
cout<<s2[i];
Sleep(150);
}cout<<endl;
cout<<endl;
cout<<endl;
for(int i=0;i<s3.size();i++)
{
cout<<s3[i];
Sleep(150);
}cout<<endl;
for(int i=0;i<s4.size();i++)
{
cout<<s4[i];
Sleep(150);
}cout<<endl;
for(int i=0;i<s5.size();i++)
{
cout<<s5[i];
Sleep(150);
}cout<<endl;
for(int i=0;i<s6.size();i++)
{
cout<<s6[i];
Sleep(150);
}cout<<endl;
for(int i=0;i<s7.size();i++)
{
cout<<s7[i];
Sleep(150);
}cout<<endl;
for(int i=0;i<s8.size();i++)
{
cout<<s8[i];
Sleep(150);
}
return 0;//好习惯!
}
@黄品翔
@黄品翔
初级光能
博主的故事情节(中文):
很久以前,一所中学有两个学生。男孩和女孩是同学,他们彼此很友好。一天,他们的老师发现他们喜欢在课堂上讲话,所以老师让他们调整一下自己的座位。他们都很伤心,很不情愿。
男孩基本情况:
姓名:***
年龄:13岁
身高:16?
体重:50约60公斤
你能帮我找到这个渣男吗?