- #include<iostream>
- #include<cstdlib>
- using namespace std;
- int main(){
- while(true){
- cout<<"歡迎光臨"<<endl;
- _sleep(500);
- system("cls");
- cout<<" "<<endl;
- _sleep(500);
- system("cls");
- cout<<"歡迎 "<<endl;
- _sleep(500);
- system("cls");
- cout<<" 光臨"<<endl;
- _sleep(500);
- system("cls");
- cout<<"歡 "<<endl;
- _sleep(500);
- system("cls");
- cout<<" 迎 "<<endl;
- _sleep(500);
- system("cls");
- cout<<" 光 "<<endl;
- _sleep(500);
- system("cls");
- cout<<" 臨"<<endl;
- _sleep(500);
- system("cls");
- }
-
-
-
- system("pause");
- return 0;
- }
複製代碼 |