本文共 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<<"现在是"< <<"年"< <<"月"< <<"号"<
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<<"现在是"< <<"年"< <<"月"< <<"号"<
转载地址:http://lfvyo.baihongyu.com/