標題:
跑馬燈 (五)
[打印本頁]
作者:
王瑞喻
時間:
2019-12-4 23:57
標題:
跑馬燈 (五)
本帖最後由 王瑞喻 於 2019-12-28 14:02 編輯
使文字訊息在畫面上反覆地左右移動.
[attach]8045[/attach]
本帖隱藏的內容需要回復才可以瀏覽
作者:
郭哲維
時間:
2019-12-7 10:44
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1;i<100;i++)
{
if(i<=50)
j++;
else
j--;
for(int k=1; k<=j; k++)
cout<<" ";
cout<<"歡迎光臨"<<endl;
_sleep(50);
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
洪子涵
時間:
2019-12-7 10:45
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
for(int i=0;i<=100;i++)
{
if(i<50)
for(int j=0;j<i;j++)
{
cout<<" ";
}
else
for(int j=100;j>i;j--)
{
cout<<" ";
}
cout<<"歡迎光臨";
_sleep(50);
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
蔡少宇
時間:
2019-12-7 10:47
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1; i<=100; i++)
{
if(i<=50)
j++;
else
j--
for(int k=1; k<=j; k++)
{
cout<<" ";
}
cout<<"歡迎光臨"<<endl;
_sleep(50);
systm("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
黃傳耀
時間:
2019-12-7 10:48
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1; i<=100; i++)
{
if(i<=50)
{
for(int j=1;j<=i;j++)
cout<<" ";
cout<<"歡迎光臨";
}
else
{
for(int j=1;j<=100-i;j++)
cout<<" ";
cout<<"歡迎光臨";
}
_sleep(87);
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
林孟蓁
時間:
2019-12-7 10:50
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1; i<=100; i++)
{
if(i<=50)
j++;
else
j--;
for(int k=1; k<=j; k++)
{
cout <<" ";
}
cout<<"敬老尊賢"<<endl;
_sleep(50);
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
鄭羽捷
時間:
2019-12-7 10:55
本帖最後由 鄭羽捷 於 2019-12-7 10:59 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1; i<=100; i++)
{
if(i<=50)
j++;
else
j--;
for(int k=1; k<=j; k++)
{
cout<<" ";
}
cout<<"歡迎光臨"<<endl;
_sleep(50);
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
洪藜芸
時間:
2019-12-7 11:11
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
for(int i=1;i<=100;i++)
{
if(i<=50)
{
for(int a=1;a<=i;a++)
{
cout<<" ";
}
}else
{
for(int j=100;j>=i;j--)
{
cout<<" ";
}
}
cout<<"來鴨~~~~~~"<<endl;
_sleep(40);
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
王翎璇
時間:
2019-12-14 09:41
本帖最後由 王翎璇 於 2019-12-14 10:06 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1; i<100; i++)
{
if(i<=50)
j++;
else
j--;
for(int k=1; k<j;for(int k=1; k<=j; k++)
{
cout<<" ";
}
cout<<"歡迎光臨"<<endl;
_sleep(50)
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
曾宥程
時間:
2019-12-14 16:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1 ; i<=100 ; i++)
{
if(i<=50)
{
j++;
}else
{
j--;
}
for(int k=1 ; k<=j ; k++)
{
cout<<" ";
}
cout<<"歡迎光臨"<<endl;
_sleep(50);
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
王建葦
時間:
2019-12-28 13:43
本帖最後由 王建葦 於 2019-12-28 14:01 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1;i<=100;i++)
{
if(i<=50)
{
j++;
}else
{
j--;
}
for(int k=1;k<=j;k++)
{
cout<<" ";
}
cout<<"歡迎光臨";
_sleep(50);
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
駱顗安
時間:
2020-8-27 19:34
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int i=0,s=1;
re:
for(int j=0;j<=i;j++)
cout<<" ";
i=i+s;
if(i>=20)
s=-1;
else if(i<0)
s=1;
cout<<"歡迎光臨";
_sleep(100);
system("cls");
goto re;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2