返回列表 發帖

[作業] 跑馬燈 (四)

利用跑馬燈,顯示訊息 "歡迎光臨",變換方式如附件。

歡迎光臨.exe

本帖隱藏的內容需要回復才可以瀏覽

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

TOP

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

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    re:
  7.    for(int i=1; i<=15; i++)
  8.    {
  9.         if(i==1)
  10.            cout<<"歡      "<<endl;
  11.         if(i==2)
  12.            cout<<"  迎    "<<endl;
  13.         if(i==3)
  14.            cout<<"    光  "<<endl;
  15.         if(i==4)
  16.            cout<<"      臨"<<endl;
  17.         if(i==5)
  18.            cout<<"歡      "<<endl;
  19.         if(i==6)
  20.            cout<<"歡迎    "<<endl;
  21.         if(i==7)
  22.            cout<<"歡迎光  "<<endl;
  23.         if(i==8)
  24.            cout<<"歡迎光臨"<<endl;
  25.         if(i==9)
  26.            cout<<"        "<<endl;
  27.         if(i==10)
  28.            cout<<"歡迎光臨"<<endl;
  29.         if(i==11)
  30.            cout<<"        "<<endl;
  31.         if(i==12)
  32.            cout<<"歡迎光臨"<<endl;
  33.         if(i==13)
  34.            cout<<"        "<<endl;
  35.         if(i==14)
  36.            cout<<"歡迎光臨"<<endl;
  37.         if(i==15)
  38.            cout<<"        "<<endl;


  39.        _sleep(300);
  40.        system("cls");
  41.    }
  42.    goto re;
  43.    system("pause");
  44.    return 0;
  45. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. #include<ctime>
  4. using namespace std;
  5. int main()
  6. {
  7.    re:
  8.        string a[]{"歡","迎","光","臨"};
  9.        for(int i=0; i<=3; i++)
  10.        {
  11.            cout<<a[i];
  12.            _sleep(500);
  13.            system("cls");
  14.            for(int j=0; j<=i; j++)
  15.            {
  16.                cout<<"  ";
  17.            }
  18.        }
  19.        system("cls");
  20.        for(int i=0; i<=3; i++)
  21.        {
  22.            cout<<a[i];
  23.            _sleep(500);
  24.        }
  25.        for(int i=0; i<=2; i++)
  26.        {
  27.            system("cls");
  28.            _sleep(500);
  29.            cout<<"歡迎光臨";
  30.            _sleep(500);
  31.        }
  32.        system("cls");
  33.        _sleep(500);
  34.        goto re;
  35. }
複製代碼

TOP

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

TOP

返回列表