返回列表 發帖

跑馬燈 (一)

本帖最後由 陳品肇 於 2022-3-5 11:39 編輯

設計一動畫,

□□□□□□□□□□
慢慢填滿如下圖
■■■■■■■■■■

□□■■■□□□□□
黑色方格不斷向右流動的感覺
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re:
  7.     for(int i=1; i<=65; i++)
  8.     {
  9.          if(i>=1 && i<=5)
  10.              cout<<"□□□□□□□□□□"<<endl;
  11.          if(i>=6 && i<=10)
  12.              cout<<"■□□□□□□□□□"<<endl;
  13.          if(i>=11 && i<=15)
  14.              cout<<"■■□□□□□□□□"<<endl;
  15.          if(i>=16 && i<=20)
  16.              cout<<"■■■□□□□□□□"<<endl;
  17.          if(i>=21 && i<=25)
  18.              cout<<"□■■■□□□□□□"<<endl;
  19.          if(i>=26 && i<=30)
  20.              cout<<"□□■■■□□□□□"<<endl;
  21.          if(i>=31 && i<=35)
  22.              cout<<"□□□■■■□□□□"<<endl;
  23.          if(i>=36 && i<=40)
  24.              cout<<"□□□□■■■□□□"<<endl;
  25.          if(i>=41 && i<=45)
  26.              cout<<"□□□□□■■■□□"<<endl;
  27.          if(i>=46 && i<=50)
  28.              cout<<"□□□□□□■■■□"<<endl;
  29.          if(i>=51 && i<=55)
  30.              cout<<"□□□□□□□■■■"<<endl;
  31.          if(i>=56 && i<=60)
  32.              cout<<"□□□□□□□□■■"<<endl;
  33.          if(i>=61 && i<=65)
  34.              cout<<"□□□□□□□□□■"<<endl;
  35.          system("cls");
  36.     }
  37.     goto re;
  38.     system("pause");
  39.     return 0;
  40. }
複製代碼

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

TOP

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

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.      for(int i=0;i<1000;i++)
  7.    {
  8.    
  9.     cout<<"□□□□□□□□□□"<<endl;   
  10.     cout<<"■□□□□□□□□□"<<endl;
  11.     cout<<"■■□□□□□□□□"<<endl;
  12.     cout<<"■■■□□□□□□□"<<endl;
  13.     cout<<"□■■■□□□□□□"<<endl;
  14.     cout<<"□□■■■□□□□□"<<endl;
  15.     cout<<"□□□■■■□□□□"<<endl;
  16.     cout<<"□□□□■■■□□□"<<endl;
  17.     cout<<"□□□□□■■■□□"<<endl;
  18.     cout<<"□□□□□□■■■□"<<endl;
  19.     cout<<"□□□□□□□■■■"<<endl;
  20.     cout<<"□□□□□□□□■■"<<endl;
  21.     cout<<"□□□□□□□□□■"<<endl;
  22.    }
  23.     system("pause");
  24.     return 0;
  25. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     for(int i=0;i<1000;i++)
  7.    {
  8.    
  9.     for(int i=1; i<=65; i++)
  10.     {
  11.          if(i>=1 && i<=5)
  12.              cout<<"□□□□□□□□□□"<<endl;
  13.          if(i>=6 && i<=10)
  14.              cout<<"■□□□□□□□□□"<<endl;
  15.          if(i>=11 && i<=15)
  16.              cout<<"■■□□□□□□□□"<<endl;
  17.          if(i>=16 && i<=20)
  18.              cout<<"■■■□□□□□□□"<<endl;
  19.          if(i>=21 && i<=25)
  20.              cout<<"□■■■□□□□□□"<<endl;
  21.          if(i>=26 && i<=30)
  22.              cout<<"□□■■■□□□□□"<<endl;
  23.          if(i>=31 && i<=35)
  24.              cout<<"□□□■■■□□□□"<<endl;
  25.          if(i>=36 && i<=40)
  26.              cout<<"□□□□■■■□□□"<<endl;
  27.          if(i>=41 && i<=45)
  28.              cout<<"□□□□□■■■□□"<<endl;
  29.          if(i>=46 && i<=50)
  30.              cout<<"□□□□□□■■■□"<<endl;
  31.          if(i>=51 && i<=55)
  32.              cout<<"□□□□□□□■■■"<<endl;
  33.          if(i>=56 && i<=60)
  34.              cout<<"□□□□□□□□■■"<<endl;
  35.          if(i>=61 && i<=65)
  36.              cout<<"□□□□□□□□□■"<<endl;
  37.          system("cls");
  38.     }
  39.    }
  40.     system("pause");
  41.     return 0;
  42. }
複製代碼

TOP

  1. [code]#include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re:
  7.     for(int i=1; i<=65; i++)
  8.     {
  9.          if(i>=1 && i<=5)
  10.              cout<<"□□□□□□□□□□"<<endl;
  11.          if(i>=6 && i<=10)
  12.              cout<<"■□□□□□□□□□"<<endl;
  13.          if(i>=11 && i<=15)
  14.              cout<<"■■□□□□□□□□"<<endl;
  15.          if(i>=16 && i<=20)
  16.              cout<<"■■■□□□□□□□"<<endl;
  17.          if(i>=21 && i<=25)
  18.              cout<<"□■■■□□□□□□"<<endl;
  19.          if(i>=26 && i<=30)
  20.              cout<<"□□■■■□□□□□"<<endl;
  21.          if(i>=31 && i<=35)
  22.              cout<<"□□□■■■□□□□"<<endl;
  23.          if(i>=36 && i<=40)
  24.              cout<<"□□□□■■■□□□"<<endl;
  25.          if(i>=41 && i<=45)
  26.              cout<<"□□□□□■■■□□"<<endl;
  27.          if(i>=46 && i<=50)
  28.              cout<<"□□□□□□■■■□"<<endl;
  29.          if(i>=51 && i<=55)
  30.              cout<<"□□□□□□□■■■"<<endl;
  31.          if(i>=56 && i<=60)
  32.              cout<<"□□□□□□□□■■"<<endl;
  33.          if(i>=61 && i<=65)
  34.              cout<<"□□□□□□□□□■"<<endl;
  35.          system("cls");
  36.     }
  37.     goto re;
  38.     system("pause");
  39.     return 0;
  40. }
複製代碼

TOP

本帖最後由 曾善勤 於 2022-3-5 11:40 編輯

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    re:
    for(int i=1; i<=65; i++)
    {
         if(i>=1 && i<=5)
             cout<<"□□□□□□□□□□"<<endl;
         if(i>=6 && i<=10)
             cout<<"■□□□□□□□□□"<<endl;
         if(i>=11 && i<=15)
             cout<<"■■□□□□□□□□"<<endl;
         if(i>=16 && i<=20)
             cout<<"■■■□□□□□□□"<<endl;
         if(i>=21 && i<=25)
             cout<<"□■■■□□□□□□"<<endl;
         if(i>=26 && i<=30)
             cout<<"□□■■■□□□□□"<<endl;
         if(i>=31 && i<=35)
             cout<<"□□□■■■□□□□"<<endl;
         if(i>=36 && i<=40)
             cout<<"□□□□■■■□□□"<<endl;
         if(i>=41 && i<=45)
             cout<<"□□□□□■■■□□"<<endl;
         if(i>=46 && i<=50)
             cout<<"□□□□□□■■■□"<<endl;
         if(i>=51 && i<=55)
             cout<<"□□□□□□□■■■"<<endl;
         if(i>=56 && i<=60)
             cout<<"□□□□□□□□■■"<<endl;
         if(i>=61 && i<=65)
             cout<<"□□□□□□□□□■"<<endl;
         system("cls");
    }
    goto re;
    system("pause");
    return 0;
}[/code]

TOP

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

TOP

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

TOP

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

TOP

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

TOP

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

TOP

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

TOP

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

TOP

本帖最後由 田家齊 於 2022-3-5 12:00 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int r;
  7.     cin>>r;
  8.     re:
  9.    for(int i=1;i<65*r;i++)
  10.    {
  11.         if(i>=1*r+1 && i<=5*r)
  12.     cout<<"□□□□□□□□□□"<<endl;  
  13.         if(i>=5*r+1 && i<=10*r)
  14.     cout<<"■□□□□□□□□□"<<endl;
  15.         if(i>=10*r+1 && i<=15*r)
  16.     cout<<"■■□□□□□□□□"<<endl;
  17.         if(i>=15*r+1 && i<=20*r)
  18.     cout<<"■■■□□□□□□□"<<endl;
  19.         if(i>=20*r+1 && i<=25*r)
  20.     cout<<"□■■■□□□□□□"<<endl;
  21.         if(i>=25*r+1 && i<=30*r)
  22.     cout<<"□□■■■□□□□□"<<endl;
  23.         if(i>=30*r+1 && i<=35*r)
  24.     cout<<"□□□■■■□□□□"<<endl;
  25.         if(i>=35*r+1 && i<=40*r)
  26.     cout<<"□□□□■■■□□□"<<endl;
  27.         if(i>=40*r+1 && i<=45*r)
  28.     cout<<"□□□□□■■■□□"<<endl;
  29.         if(i>=45*r+1 && i<=50*r)
  30.     cout<<"□□□□□□■■■□"<<endl;
  31.         if(i>=50*r+1 && i<=55*r)
  32.     cout<<"□□□□□□□■■■"<<endl;
  33.         if(i>=55*r+1 && i<=60*r)
  34.     cout<<"□□□□□□□□■■"<<endl;
  35.         if(i>=60*r+1 && i<=65*r)
  36.     cout<<"□□□□□□□□□■"<<endl;      
  37.     system("cls");
  38.    }
  39.    goto re;
  40.     system("pause");
  41.     return 0;
  42. }
複製代碼

TOP

返回列表