博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
代码储存
阅读量:6501 次
发布时间:2019-06-24

本文共 3121 字,大约阅读时间需要 10 分钟。

2015年2月6日11:55:35

#include 
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
typedef long long ll;using namespace std;//freopen("D.in","r",stdin);//freopen("D.out","w",stdout);#define sspeed ios_base::sync_with_stdio(0);cin.tie(0)#define maxn 100001#define eps 1e-9#include
int system(const char *string);//system("CLS");const int inf=0x7fffffff; //无限大int key;string s;char c;int flag=1;struct people{ string name; int handsome; int max_hp; int now_hp; int attack; int defence; int speed; int money; int good_hushi=0; string wife;};struct monster{ string name; int max_hp; int now_hp; int attack; int speed; int defence;};monster shilaimu;struct time1{ int year; int month; int day;};time1 now;people hero;//pkvoid pk(monster a){ void meun(); void hospital(); system("CLS"); Sleep(1000); printf("你在探险的时候遇上了"); cout<
<
90) { cout<
<<"灵巧的闪避了"<
<<"的花拳绣腿"<
>hero.name; printf("哦,你的名字是"); cout<
<<"啊"<
30) { now.month++; now.day-=30; if(now.month>12) { now.month-=12; now.year+=1; } } cout<<"现在是"<
<<"年"<
<<"月"<
<<"号"<
View Code

 2015年2月6日13:19:08 加了个背景故事,但是加的我自己都觉得恶心……

目测会被遗弃

#include 
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
typedef long long ll;using namespace std;//freopen("D.in","r",stdin);//freopen("D.out","w",stdout);#define sspeed ios_base::sync_with_stdio(0);cin.tie(0)#define maxn 100001#define eps 1e-9#include
int system(const char *string);//system("CLS");const int inf=0x7fffffff; //无限大int key;string s;char c;int flag=1;int first_bedroom=1;struct people{ string name; int handsome; int max_hp; int now_hp; int attack; int defence; int speed; int money; int good_hushi=0; string wife;};struct monster{ string name; int max_hp; int now_hp; int attack; int speed; int defence;};monster shilaimu;struct time1{ int year; int month; int day;};time1 now;people hero;//bgvoid bgm(){ system("CLS"); Sleep(1000); printf("一所位于东京都千代田区的传统高校“音乃木阪学院”\n\n"); Sleep(3000); printf("因为入读的学生人数骤减,所以正面临着废校的危机。\n\n"); Sleep(3000); printf("所以,其中有八名少女想到一条妙计——成为偶像,只要她们成为偶像,学校的名气便会增加,而入读学生的人数亦会上升。\n\n"); Sleep(3000); printf("就这样,八位个性鲜明的少女决定一起努力成为偶像,希望可以凭借偶像的名气增加生源来挽救自己所喜爱的校园。\n\n"); Sleep(3000); printf("但是,这八名少女进行了无数演出之后,发现,八个人的力量根本无法拯救这个校园,唯有九人,才能真正发挥偶像的魅力!\n\n"); Sleep(3000); printf("而你,你的目标,就是和这些学姐一样成为一名偶像,成为第九人!拯救这所学校!\n\n\n"); Sleep(3000); printf("(按C键继续)\n"); while(1){ key=getch(); if(key=='C'||key=='c') { break; } else { Sleep(1000); printf("你是傻逼吗?叫你按C\n"); } }}//pkvoid pk(monster a){ void meun(); void hospital(); system("CLS"); Sleep(1000); printf("你在探险的时候遇上了"); cout<
<
90) { cout<
<<"灵巧的闪避了"<
<<"的花拳绣腿"<
>hero.name; printf("【教导主任】\n哦,你的名字是"); cout<
<<"啊"<
30) { now.month++; now.day-=30; if(now.month>12) { now.month-=12; now.year+=1; } } cout<<"现在是"<
<<"年"<
<<"月"<
<<"号"<
View Code

 

转载地址:http://lfvyo.baihongyu.com/

你可能感兴趣的文章
Unix / 类 Unix shell 中有哪些很酷很冷门很少用很有用的命令?(转)
查看>>
java显示本地磁盘所有盘符,显示桌面路径
查看>>
对Cost (%CPU) 粗略的理解
查看>>
java file 操作之创建、删除文件及文件夹
查看>>
SpringMVC学习二
查看>>
HDU Billboard
查看>>
解读源码中的问题
查看>>
7_2判断两个单链表是否相交,若相交,求出第一个交点
查看>>
linux的挂载命令
查看>>
CentOS目录结构超详细版
查看>>
仿余额宝数字跳动效果 TextCounter
查看>>
VC++技术内幕(三)
查看>>
linux:关于Linux系统中 CPU Memory IO Network的性能监测
查看>>
(10)Spring Boot修改端口号【从零开始学Spring Boot】
查看>>
Ubuntu16.04安装qt
查看>>
顶部滑动下拉广告
查看>>
简化代码的微小修改
查看>>
python之CSV文件格式
查看>>
你必须知道的.net学习总结
查看>>
leetcode之Reorder List
查看>>