標題:
跑馬燈 (四)
[打印本頁]
作者:
陳品肇
時間:
2018-12-1 00:57
標題:
跑馬燈 (四)
本帖最後由 陳品肇 於 2019-4-11 14:34 編輯
使文字訊息在畫面上反覆地左右移動.
#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;
}
複製代碼
作者:
蔡依宸
時間:
2018-12-1 17:05
#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 k=1;k<=j;k++)
{
cout<<" ";
}
cout<<"去死吧";
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
譚詩澐
時間:
2018-12-1 17:06
#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 k=1; k<=j; k++)
{
cout<<"★";
}
cout<<"歡迎光臨";
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
蔡季庭
時間:
2018-12-1 17:15
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
int j=0;
for(int i=1;i<=250 ;i++)
{
if(i>=1 && i<=125 && i%3==0)
j++;
if(i>=126 && i<=250 && i%3==0)
j--;
for(int k=1;k<=j;k++)
{
cout<<" ";
}
cout<<"cj0 u/6ejl xup6";
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
陳柏霖
時間:
2018-12-7 19:52
本帖最後由 陳柏霖 於 2018-12-7 20:12 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
for(int i=1; i<=6; i++)
{
if(i==1)
{
cout<<"㊣㊣㊣ ";
}
if(i==2)
{
cout<<" ㊣㊣㊣ ";
}
if(i==3)
{
cout<<" ㊣㊣㊣ ";
}
if(i==4)
{
cout<<" ㊣㊣㊣";
}
if(i==5)
{
cout<<" ㊣㊣㊣ ";
}
if(i==6)
{
cout<<" ㊣㊣㊣ ";
}
_sleep(300);
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
戴安利
時間:
2018-12-8 19:02
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
re:
for(int i=0; i<40; i++)
{
if(i<20)
{
for(int j=0; j<i; j++)
cout<<" ";
}
else
{
for(int j=0; j<40-i; j++)
cout<<" ";
}
cout<<"歡迎光臨"<<endl;
_sleep(100);
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
作者:
戴唯陞
時間:
2018-12-8 19:07
#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 k=1;k<=j;k++)
{
cout<<" ";
}
cout<<"你好";
system("cls");
}
goto re;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2