新手剛剛學c++下了別人的代碼來玩,代碼明明沒打錯,為什么卻運行不了?
以下是代碼:
#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" );
////////////////////////////////
printf ( "%s"," " );
system ( "color 72" );
Sleep ( stoptimelong );
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","直" );
Sleep ( stoptimeshort );
printf ( "%s","藏" );
Sleep ( stoptimeshort );
printf ( "%s","在" );
Sleep ( stoptimeshort );
printf ( "%s","我" );
Sleep ( stoptimeshort );
printf ( "%s","心" );
Sleep ( stoptimeshort );
printf ( "%s","里\n" );
/////////////////////////////
printf ( "%s"," " );
system ( "color 7c" );
Sleep ( stoptimelong );
printf ( "%s","可" );
Sleep ( stoptimeshort );
printf ( "%s","是\n" );
///////////////////////////////
printf ( "%s"," " );
system ( "color 7d" );
Sleep ( stoptimelong );
printf ( "%s","我" );
Sleep ( stoptimeshort );
printf ( "%s","沒" );
Sleep ( stoptimeshort );
printf ( "%s","有" );
Sleep ( stoptimeshort );
printf ( "%s","勇" );
Sleep ( stoptimeshort );
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 7a" );
Sleep ( stoptimelong );
printf ( "%s","我" );
Sleep ( stoptimeshort );
printf ( "%s","終" );
Sleep ( stoptimeshort );
printf ( "%s","于" );
Sleep ( stoptimeshort );
printf ( "%s","鼓" );
Sleep ( stoptimeshort );
printf ( "%s","起" );
Sleep ( stoptimeshort );
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" );
//////////////////////////////////
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","受" );
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" );
}
求大神指教。
uj5u.com熱心網友回復:
代碼好長。。uj5u.com熱心網友回復:
這小行空的,真是漂亮。uj5u.com熱心網友回復:
感覺看完了一萬行代碼uj5u.com熱心網友回復:
按行計費的作業么...uj5u.com熱心網友回復:
好高大上。。。uj5u.com熱心網友回復:
樓主,我算是看出來了,你丫的是來砸場子,刷我們屏的,是不是?!uj5u.com熱心網友回復:
樓主你的代碼當然是有問題的,你還在用上世紀就已淘汰的C++格式#include<iostream.h>
這個現在的編譯器是不支持的
別人的代碼你要理解才能用的
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/64520.html
標籤:基礎類
