標題:
跑馬燈 (四)
[打印本頁]
作者:
tonyh
時間:
2014-3-29 17:22
標題:
跑馬燈 (四)
本帖最後由 tonyh 於 2014-3-29 17:50 編輯
使文字訊息在畫面上反覆地左右移動.
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1; i<=300; i++)
{
if(i>=1 && i<=150 && i%3==0)
j++;
if(i>=151 && i<=300 && i%3==0)
j--;
for(int i=1; i<=j; i++)
{
cout<<" ";
}
cout<<"歡迎光臨";
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
張郁庭
時間:
2014-3-29 17:35
本帖最後由 張郁庭 於 2014-3-29 19:58 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1; i<=100; i++)
{
if(i>=1 && i<=50 && i%3==0)
j++;
if(i>=51 && i<=100 && i%3==0)
j--;
for(int i=1; i<=j; i++)
cout<<" ";
cout<<"歡迎光臨";
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
施伯叡
時間:
2014-3-29 17:53
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1; i<=300; i++)
{
if(i>=1 && i<=150 && i%3==0)
j++;
if(i>=151 && i<=300 && i%3==0)
j--;
for(int i=1; i<=j; i++)
cout<<" ";
cout<<"歡迎光臨";
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
張峻瑋
時間:
2014-3-29 17:53
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1;i<=300;i++)
{
if(i>=1 && i<=150 && i%3==0)
j++;
if(i>=151 && i<=300 && i%3==0)
j--;
for(int i=1;i<=j;i++)
{
cout<<" ";
}
cout<<"歡迎光臨"<<endl;
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
劉得旗
時間:
2014-3-29 17:54
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1; i<=300; i++)
{
if(i>=1 && i<=150 && i%3==0)
j++;
if(i>=151 && i<=300 && i%3==0)
j--;
for(int i=1; i<=j; i++)
{
cout<<" ";
}
cout<<"歡迎光臨!";
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
周雍程
時間:
2014-3-29 17:57
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1; i<=300; i++)
{
if(i>=1 && i<=150 && i%3==0)
j++;
if(i>=151 && i<=300 && i%3==0)
j--;
for(int i=1; i<=j; i++)
{
cout<<" ";
}
cout<<"歡迎光臨";
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
張彥承
時間:
2014-3-29 17:57
#include<iostream>
#include<cstdlib>
using namespace std;
int main ()
{
re:
int j=0;
for(int i=1;i<=300;i++)
{
if(i>=1 && i<=150 && i%3==0)
j++;
if(i>=151 && 1<=300 && i%3==0)
j--;
for(int i=1; i<=j;i++)
{
cout<<" ";
}
cout<<"歡迎光臨";
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
張郁偵
時間:
2014-3-29 17:59
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1; i<=300; i++)
{
if(i>=1 && i<=150 && i%3==0)
j++;
if(i>=150 && i<=300 && i%3==0)
j--;
for(int i=1; i<=j; i++)
{
cout<<" ";
}
cout<<"新年快樂!"<<endl;
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2