返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main(){
  5.     for(int x = 0; i <= 100; x += 5)
  6.     {
  7.          if(i < 10)
  8.              cout <<"  " << x << "% 載入中...";
  9.          else if(x >= 10 && x < 100)
  10.              cout <<" "<< x << "% 載入中...";
  11.          else
  12.              break;
  13.          _sleep(1000);
  14.          system("cls");   
  15.     }   
  16.     cout << "100% 完成!" << endl;
  17.     system("pause");
  18.     return 0;
  19. }
複製代碼

TOP

返回列表