返回列表 發帖

[隨堂練習] 跑馬燈(三)

本帖最後由 周政輝 於 2018-5-5 13:36 編輯

利用跑馬燈的方式, 顯示訊息 "歡迎光臨".
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

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

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.      while(true)   
  7.     for(int i=0;i<=15;i++)
  8.     {
  9.       if(i==0)
  10.         {
  11.         cout<<"歡        ";
  12.         }
  13.       if(i==1)
  14.         {
  15.         cout<<" 迎       ";
  16.         }
  17.       if(i==2)
  18.         {
  19.         cout<<"   光     ";
  20.         }   
  21.       if(i==3)
  22.         {
  23.         cout<<"     臨   ";
  24.         }     
  25.       if(i==4)
  26.         {
  27.         cout<<"歡        ";
  28.         }      
  29.        if(i==5)
  30.         {
  31.         cout<<"歡迎      ";
  32.         }
  33.         if(i==6)
  34.         {
  35.         cout<<"歡迎光    ";
  36.         }
  37.         if(i==7)
  38.         {
  39.         cout<<"歡迎光臨  ";
  40.         }
  41.         if(i==8)
  42.         {
  43.         cout<<"          ";
  44.         }if(i==9)
  45.         {
  46.         cout<<"歡迎      ";
  47.         }
  48.         if(i==10)
  49.         {
  50.         cout<<"歡迎光    ";
  51.         }
  52.         if(i==11)
  53.         {
  54.         cout<<"歡迎光臨  ";
  55.         }
  56.         if(i==12)
  57.         {
  58.         cout<<"          ";
  59.         }
  60.         if(i==13)
  61.         {
  62.         cout<<"歡迎光臨  ";
  63.         }
  64.         if(i==14)
  65.         {
  66.         cout<<"          ";
  67.         }
  68.         if(i==15)
  69.         {
  70.         cout<<"歡迎光臨  ";
  71.         }
  72.   
  73.         _sleep(487);
  74.        system("cls");
  75.     }
  76.    
  77.     system("pause");
  78.     return 0;     
  79. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     while(true)
  7.     for(int i=0;i<=13;i++)
  8.     {
  9.       if(i==0)
  10.       {
  11.       cout<<"歡      "<<endl;
  12.       }
  13.       if(i==1)
  14.       {
  15.       cout<<"  迎    "<<endl;
  16.       }
  17.       if(i==2)
  18.       {
  19.       cout<<"    光  "<<endl;
  20.       }
  21.       if(i==3)
  22.       {
  23.       cout<<"      臨"<<endl;
  24.       }
  25.       if(i==4)
  26.       {
  27.       }
  28.       if(i==9)
  29.       {
  30.       cout<<"歡迎光臨 "<<endl;
  31.       }
  32.       if(i==10)
  33.       {  
  34.                cout<<"歡迎光臨"<<endl;
  35.                }         
  36.        _sleep( 100);
  37.        system("cls");
  38.     }
  39.     system("pause");
  40.     return 0;     
  41. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     while(true)
  7.     {
  8.         for(int i=0;i<=13;i++)
  9.         {
  10.             if(i==0)
  11.             cout<<"歡";
  12.             if(i==1)
  13.             cout<<" 迎";
  14.             if(i==2)
  15.             cout<<"  光";
  16.             if(i==3)
  17.             cout<<"   臨";
  18.             if(i==4)
  19.             cout<<"歡";
  20.             if(i==5)
  21.             cout<<"歡迎";
  22.             if(i==6)
  23.             cout<<"歡迎光";
  24.             if(i==7)
  25.             cout<<"歡迎光臨";
  26.             if(i==8)
  27.             cout<<"";
  28.             if(i==9)
  29.             cout<<"歡迎光臨";
  30.             if(i==10)
  31.             cout<<"";
  32.             if(i==11)
  33.             cout<<"歡迎光臨";
  34.             if(i==12)
  35.             cout<<"";
  36.             if(i==13)
  37.             cout<<"歡迎光臨";
  38.             _sleep(400);
  39.             system("cls");
  40.         }
  41.     }
  42.     system("pause");
  43.     return 0;

  44. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {   while(true)
  6.     for(int i=0;i<13;i++)
  7.     {
  8.     if(i==0)
  9.     cout <<"歡   "<<endl;
  10.     if(i==1)
  11.     cout <<" 迎  "<<endl;
  12.     if(i==2)
  13.     cout <<"   光 "<<endl;
  14.     if(i==3)
  15.     cout <<"     臨"<<endl;
  16.     if(i==4)
  17.     cout <<"歡"<<endl;
  18.     if(i==5)
  19.     cout <<"歡迎"<<endl;
  20.     if(i==6)
  21.     cout <<"歡迎光"<<endl;
  22.     if(i==7)
  23.     cout <<"歡迎光臨"<<endl;
  24.     if(i==8)
  25.     cout <<"歡迎光臨"<<endl;
  26.     if(i==9)
  27.     cout <<""<<endl;
  28.     if(i==10)
  29.     cout <<"歡迎光臨"<<endl;
  30.     if(i==11)
  31.     cout <<""<<endl;
  32.     if(i==12)
  33.     cout <<"歡迎光臨"<<endl;
  34.     _sleep(320);
  35.     system("cls");
  36.     }
  37.     system("pause");
  38.     return 0;     
  39. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     while(true)
  7.     for(int i=0;i<=13;i++)
  8.     {
  9.       if(i==0)
  10.       {
  11.            cout<<"歡";     
  12.       }              
  13.       if(i==1)
  14.       {
  15.            cout<<"  迎";   
  16.       }
  17.       if(i==2)
  18.       {
  19.            cout<<"    光";
  20.       }
  21.       if(i==3)
  22.       {
  23.              cout<<"      臨";
  24.       }
  25.       if(i==4)
  26.       {
  27.               cout<<"歡";
  28.       }
  29.       if(i==5)
  30.       {
  31.               cout<<"歡迎";
  32.       }
  33.       if(i==6)
  34.       {
  35.               cout<<"歡迎光";
  36.       }
  37.       if(i==7)
  38.       {
  39.               cout<<"歡迎光臨";
  40.       }
  41.       if(i==8)
  42.       {
  43.               cout<<" ";
  44.       }
  45.       if(i==9)
  46.       {
  47.               cout<<"歡迎光臨";
  48.       }
  49.       if(i==10)
  50.       {
  51.                cout<<"";
  52.       }
  53.       if(i==11)
  54.       {
  55.                cout<<"歡迎光臨";
  56.       }
  57.       if(i==12)
  58.       {
  59.                cout<<"歡迎光臨";
  60.       }
  61.       if(i==13)
  62.       {
  63.                cout<<"";
  64.       }
  65.     _sleep(320);  
  66.      system("cls");
  67.      }
  68.     system("pause");
  69.     return 0;
  70. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     while(true)
  7.     {
  8.     cout<<"歡";
  9.     _sleep(500);
  10.     system("cls");
  11.     cout<<"  迎";
  12.     _sleep(500);
  13.     system("cls");
  14.     cout<<"    光";
  15.     _sleep(500);
  16.     system("cls");
  17.     cout<<"      臨";
  18.     _sleep(500);
  19.     system("cls");
  20.     cout<<"歡";
  21.     _sleep(500);
  22.     cout<<"迎";
  23.     _sleep(500);
  24.     cout<<"光";
  25.     _sleep(500);
  26.     cout<<"臨";
  27.     _sleep(500);
  28.     system("cls");
  29.     cout<<"歡迎光臨";
  30.     _sleep(500);
  31.     system("cls");
  32.     cout<<"        ";
  33.     _sleep(500);
  34.     system("cls");
  35.     cout<<"歡迎光臨";
  36.     _sleep(500);
  37.     system("cls");
  38.     }
  39.     system("pause");   
  40.     return 0;
  41. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     while(true)
  7.    
  8.     for(int i=0;i<=13;i++)
  9.     {
  10.       if(i==0)
  11.       {
  12.       cout<<"歡      "<<endl;
  13.       }
  14.         
  15.       if(i==1)
  16.       {
  17.       cout<<"  迎    "<<endl;
  18.       }
  19.         
  20.         
  21.       if(i==2)
  22.       {
  23.       cout<<"    光  "<<endl;
  24.       }
  25.         
  26.         
  27.       if(i==3)
  28.       {
  29.       cout<<"      臨"<<endl;
  30.       }
  31.         
  32.         
  33.       if(i==4)
  34.       {
  35.       cout<<"歡迎光臨"<<endl;
  36.       }
  37.         
  38.         
  39.       if(i==5)
  40.       {
  41.       cout<<"       "<<endl;
  42.       }
  43.         
  44.         
  45.       if(i==6)
  46.       {
  47.       cout<<"歡迎光臨"<<endl;
  48.       }
  49.         
  50.         
  51.       if(i==7)
  52.       {
  53.       cout<<" "<<endl;
  54.       }
  55.         
  56.         
  57.       if(i==8)
  58.       {
  59.       cout<<"歡迎光臨"<<endl;
  60.       }
  61.         
  62.         
  63.       if(i==9)
  64.       {
  65.       cout<<" "<<endl;
  66.       }
  67.         
  68.         
  69.       if(i==10)
  70.       {
  71.       cout<<"歡迎光臨"<<endl;
  72.       }
  73.         
  74.         
  75.       if(i==11)
  76.       {
  77.       cout<<" "<<endl;
  78.       }
  79.         
  80.         
  81.       if(i==12)
  82.       {
  83.       cout<<"歡迎光臨"<<endl;
  84.                }
  85.         
  86.         
  87.        _sleep(320);
  88.        system("cls");
  89.     }
  90.     system("pause");
  91.     return 0;     
  92. }
複製代碼

TOP

返回列表