//配有运行效果图 。。如下。
#include<iostream.h>
#include<windows.h>
#include<stdio.h>
#define stoptimeshort 40
#define stoptimelong 100
void main()
{
//////////////////
char ch[10];
int f[9][36]={ 0,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,
0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,
0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,
0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,
0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,
0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,
0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,
0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,
0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0
};
int s[9][21]={ 0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,
0,1,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,0,
1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,
1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,
0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,
0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,
0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,
0,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,
0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,
};
int t[9][22]={ 0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,
0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,
1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,
1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,
0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,
0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,
0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,
0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,
0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,
};
system ( "title I Love You" );
//////////////////
printf ( "%s"," " );
Sleep ( stoptimelong );
printf ( "%s","亲" );
Sleep ( stoptimeshort );
printf ( "%s","爱\n" );
Sleep ( stoptimelong );
printf ( "%s"," " );
system ( "color 72" );
printf ( "%s","的" );
////////////////////////////////
Sleep ( stoptimeshort );
printf ( "%s","张" );
Sleep ( stoptimeshort );
printf ( "%s","歆" );
Sleep ( stoptimeshort );
printf ( "%s","雨\n" );
///////////////////////////////
printf ( "%s"," " );
system ( "color 7e" );
Sleep ( stoptimelong );
printf ( "%s","今" );
Sleep ( stoptimeshort );
printf ( "%s","天\n" );
///////////////////////////////
printf ( "%s"," " );
system ( "color 7b" );
Sleep ( stoptimelong );
printf ( "%s","我" );
Sleep ( stoptimeshort );
printf ( "%s","要" );
Sleep ( stoptimeshort );
printf ( "%s","对" );
Sleep ( stoptimeshort );
printf ( "%s","你" );
Sleep ( stoptimeshort );
printf ( "%s","说:\n" );
///////////////////////////////
printf ( "%s"," " );
system ( "color 79" );
Sleep ( stoptimelong );
printf ( "%s","我" );
Sleep ( stoptimeshort );
printf ( "%s","…\n" );
/////////////////////////////////
printf ( "%s"," " );
system ( "color 72" );
Sleep ( stoptimelong );
printf ( "%s","我" );
Sleep ( stoptimeshort );
printf ( "%s","…" );
Sleep ( stoptimeshort );
printf ( "%s","…\n" );
//////////////////////////////////
printf ( "%s"," " );
system ( "color 72" );
Sleep ( stoptimelong );
printf ( "%s","爱" );
Sleep ( stoptimeshort );
printf ( "%s","…" );
Sleep ( stoptimeshort );
printf ( "%s","…\n" );
//////////////////////////////////
printf ( "%s"," " );
system ( "color 72" );
Sleep ( stoptimelong );
printf ( "%s","你" );
Sleep ( stoptimeshort );
printf ( "%s","…" );
Sleep ( stoptimeshort );
printf ( "%s","…\n" );
printf ( "%s"," " );
system ( "color 72" );
Sleep ( stoptimelong );
printf ( "%s","你愿意伴我一生一世吗\n" );
//////////////////////////////////
Sleep ( stoptimelong );
system ( "color fc" );
for ( int i=0; i<9; i++ )
{
cout<<" ";
for ( int j=0; j<36; j++ )
{
if ( f[i][j]==0 )
cout<<" ";
else
cout<<"*";
}
cout<<endl;
Sleep ( 100 );
}
/////////////////////////////////////
line:
printf ( "%s"," " );
Sleep ( stoptimelong );
printf ( "%s","你" );
Sleep ( stoptimeshort );
printf ( "%s","爱" );
Sleep ( stoptimeshort );
printf ( "%s","我" );
Sleep ( stoptimeshort );
printf ( "%s","吗" );
Sleep ( stoptimeshort );
printf ( "%s","?(Y/N)" );
////////////////////////////////////
cout<<endl;
cout<<" ";
cin>>ch;
Sleep ( stoptimelong );
if ( ch[0]=='y'||ch[0]=='Y' )
{
system ( "color fc" );
for ( int i=0; i<9; i++ )
{
cout<<" ";
for ( int j=0; j<21; j++ )
{
if ( s[i][j]==0 )
cout<<" ";
else
cout<<"*";
}
cout<<endl;
Sleep ( 100 );
}
Sleep ( 3000 );
}
else
{
if ( ch[0]=='n'||ch[0]=='N' )
{
system ( "color 0f" );
for ( int i=0; i<9; i++ )
{
cout<<" ";
for ( int j=0; j<22; j++ )
{
if ( t[i][j]==0 )
cout<<" ";
else
cout<<"*";
}
cout<<endl;
Sleep ( 100 );
}
printf ( "%s"," " );
Sleep ( stoptimelong );
printf ( "%s","心" );
Sleep ( stoptimeshort );
printf ( "%s","碎" );
Sleep ( stoptimeshort );
printf ( "%s","了" );
Sleep ( stoptimeshort );
printf ( "%s","……\n" );
}
else
goto line;
}
system ( "color 0f" );
system ( "pause" );
}