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