返回列表 發帖

跑馬燈 (三)

本帖最後由 tonyh 於 2015-6-27 10:55 編輯

利用跑馬燈的方式, 顯示訊息 "歡迎光臨".



本帖隱藏的內容需要回復才可以瀏覽
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re:
  7.     for(int i=1; i<=80; i+=1)
  8.     {
  9.          if(i>=1 && i<21)
  10.              cout<<"歡";
  11.          if(i>=21 && i<41)
  12.              cout<<" 迎";
  13.          if(i>=41 && i<61)
  14.              cout<<"   光";
  15.          if(i>=61 && i<81)
  16.              cout<<"      臨";
  17.          system("cls");         
  18.     }
  19.     for(int g=1; g<=80; g+=1)
  20.     {
  21.          if(g>=1 && g<21)
  22.              cout<<"歡";
  23.          if(g>=21 && g<41)
  24.              cout<<"歡迎";
  25.          if(g>=41 && g<61)
  26.              cout<<"歡迎光";
  27.          if(g>=61 && g<81)
  28.              cout<<"歡迎光臨";
  29.               
  30.          system("cls");
  31.     }
  32.     for(int f=1; f<=110; f+=1)
  33.     {
  34.          if(f>=1 && f<21)
  35.              cout<<"歡迎光臨";
  36.          if(f>=21 && f<41)
  37.              cout<<"        ";
  38.          if(f>=41 && f<61)
  39.              cout<<"歡迎光臨";
  40.          if(f>=81 && f<101)
  41.              cout<<"        ";
  42.          if(f>=101 && f<111)
  43.              cout<<"歡迎光臨";      
  44.          system("cls");
  45.     }
  46.     goto re;      
  47.     system("pause");
  48.     return 0;
  49. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    
  7.      
  8.     allre:
  9.     for(int i=1;i<=220;i++)
  10.     {
  11.          if(i>=1 and i<11)
  12.              cout<<"歡"<<endl;
  13.          if(i>=11 and i<21)
  14.              cout<<"  迎"<<endl;
  15.          if(i>=21 and i<31)
  16.              cout<<"    光"<<endl;
  17.          if(i>=31 and i<41)
  18.              cout<<"      臨"<<endl;
  19.          if(i>=41 and i<51)
  20.              cout<<"◇"<<endl;
  21.          if(i>=51 and i<61)
  22.              cout<<"◇◆"<<endl;
  23.          if(i>=61 and i<71)
  24.              cout<<"◇◆◇"<<endl;
  25.          if(i>=71 and i<81)
  26.              cout<<"◇◆◇歡"<<endl;
  27.          if(i>=81 and i<91)
  28.              cout<<"◇◆◇歡迎"<<endl;
  29.          if(i>=91 and i<101)
  30.              cout<<"◇◆◇歡迎光"<<endl;
  31.          if(i>=101 and i<111)
  32.              cout<<"◇◆◇歡迎光臨◇"<<endl;
  33.          if(i>=111 and i<121)
  34.              cout<<"◇◆◇歡迎光臨◇◆"<<endl;
  35.          if(i>=121 and i<131)
  36.              cout<<"◇◆◇歡迎光臨◇◆◇"<<endl;
  37.          if(i>=131 and i<141)
  38.              cout<<"◆"<<endl;
  39.          if(i>=141 and i<151)
  40.              cout<<"◆◇"<<endl;
  41.          if(i>=151 and i<161)
  42.              cout<<"◆◇◆"<<endl;
  43.          if(i>=161 and i<171)
  44.              cout<<"◆◇◆歡"<<endl;
  45.          if(i>=171 and i<181)
  46.              cout<<"◆◇◆歡迎"<<endl;
  47.          if(i>=181 and i<191)
  48.              cout<<"◆◇◆歡迎光"<<endl;
  49.          if(i>=191 and i<201)
  50.              cout<<"◆◇◆歡迎光臨◆"<<endl;
  51.          if(i>=201 and i<211)
  52.              cout<<"◆◇◆歡迎光臨◆◇◆"<<endl;
  53.          if(i>=211 and i<221)
  54.              cout<<"◆◇◆歡迎光臨◆◇◆"<<endl;
  55.          
  56.          system("cls");
  57.     }
  58.     for(int j=0;j<=100;j++)
  59.     {
  60.         if(j%2==0)
  61.             cout<<"☆★☆ 歡迎光臨 ☆★☆"<<endl;
  62.         else
  63.             cout<<"★☆★ 歡迎光臨 ★☆★"<<endl;
  64.         system("cls");
  65.             
  66.     }
  67.     goto allre;
  68.    
  69.    
  70.    
  71.     system("pause");
  72.     return 0;   
  73. }
複製代碼

TOP

1
11111111

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re:
  7.     for(int i=1; i<=80; i++)
  8.     {
  9.         if(i<=20)
  10.             cout<<"歡";
  11.         else if(i>21 && i<=40)
  12.             cout<<"  迎";
  13.         else if(i>41 && i<=60)
  14.             cout<<"    光";
  15.         else
  16.             cout<<"      臨";
  17.         system("cls");
  18.     }
  19.     for(int i=1; i<=80; i++)
  20.     {
  21.         if(i<=20)
  22.             cout<<"歡";
  23.         else if(i>21 && i<=40)
  24.             cout<<"歡迎";
  25.         else if(i>41 && i<=60)
  26.             cout<<"歡迎光";
  27.         else
  28.             cout<<"歡迎光臨";
  29.         system("cls");
  30.     }
  31.     for(int i=1; i<=140; i++)
  32.     {
  33.         if(i<=20)
  34.             cout<<"";
  35.         else if(i>21 && i<=40)
  36.             cout<<"歡迎光臨";
  37.         else if(i>41 && i<=60)
  38.             cout<<"";
  39.         else if(i>61 && i<=80)
  40.             cout<<"歡迎光臨";
  41.         else if(i>81 && i<=100)
  42.             cout<<"";
  43.         else if(i>101 && i<=120)
  44.             cout<<"歡迎光臨";
  45.         else
  46.             cout<<"";
  47.         system("cls");
  48.     }
  49.     goto re;        
  50.     system("pause");
  51.     return 0;
  52. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re:
  7.     for(int i=1;i<=110;i++)
  8.     {
  9.          if(i>=1 and i<11)
  10.              cout<<"歡"<<endl;
  11.          if(i>=11 and i<21)
  12.              cout<<"  迎"<<endl;
  13.          if(i>=21 and i<31)
  14.              cout<<"    光"<<endl;
  15.          if(i>=31 and i<41)
  16.              cout<<"      臨"<<endl;
  17.          if(i>=71 and i<81)
  18.              cout<<"歡"<<endl;
  19.          if(i>=81 and i<91)
  20.              cout<<"歡迎"<<endl;
  21.          if(i>=91 and i<101)
  22.              cout<<"歡迎光"<<endl;
  23.          if(i>=101 and i<111)
  24.              cout<<"歡迎光臨"<<endl;
  25.          system("cls");
  26.     }
  27.     for(int j=0;j<=100;j++)
  28.     {
  29.         if(j%2==0)
  30.             cout<<"li   歡迎光臨 angh"<<endl;
  31.         else
  32.             cout<<"angh 歡迎光臨 li"<<endl;
  33.         system("cls");
  34.     }
  35.     goto re;
  36.     system("pause");
  37.     return 0;   
  38. }
複製代碼
http://fs-old.mis.kuas.edu.tw/~s1102137106/music/

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re:
  7.     int a=1;
  8.     for(int i=1; i<=80; i++)   
  9.     {
  10.          if(i>=1 && i<21)
  11.              cout<<"歡";
  12.          else if(i>=21 && i<41)
  13.              cout<<"  迎";
  14.          else if(i>=41 && i<61)
  15.              cout<<"    光";
  16.          else
  17.              cout<<"      臨";
  18.          
  19.          system("cls");
  20.     }
  21.     for(int i=1; i<=80; i++)   
  22.     {
  23.          if(i>=1 && i<21)
  24.              cout<<"歡";
  25.          else if(i>=21 && i<41)
  26.              cout<<"歡迎";
  27.          else if(i>=41 && i<61)
  28.              cout<<"歡迎光";
  29.          else
  30.              cout<<"歡迎光臨";
  31.          
  32.          system("cls");
  33.     } for(int i=1; i<=120; i++)   
  34.     {
  35.          if(i>=20)
  36.              cout<<"歡迎光臨";
  37.          else if(i>=21 && i<40)
  38.              cout<<"";
  39.          else if(i>=41 && i<60)
  40.              cout<<"歡迎光臨";  
  41.          else if(i>=61 && i<80)
  42.              cout<<"";   
  43.          else if(i>=81 && i<100)
  44.              cout<<"歡迎光臨";
  45.          else
  46.              cout<<"";
  47.          
  48.          system("cls");
  49.     }
  50.     goto re;
  51.     system("pause");
  52.     return 0;
  53. }
複製代碼

TOP

返回列表