返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()

  5. {
  6.     for(int i=1; i<=15; i++)
  7.          cout<<"李竑毅好帥!"<<endl;
  8.     for(int i=1; i<=15; i++)
  9.          cout<<"李竑毅超帥!"<<endl;
  10.    
  11.    
  12.    
  13.     system("pause");
  14.     system("cls");         
  15.     cout<<"是真的喔!"<<endl;
  16.     system("cls");
  17.     cout<<"是真的嗎?!"<<endl;
  18.     system("cls");
  19.     cout<<"相信我 Trust me"<<endl;
  20.    
  21.    
  22.     system("pause");
  23.     return 0;
複製代碼

TOP

#include<iostream>
#include<cstdlib>
using namespace std;
int main()

{
    for(int i=1; i<=15; i++)
         cout<<"李竑毅好帥!"<<endl;
    for(int i=1; i<=15; i++)
         cout<<"李竑毅超帥!"<<endl;
   
   
   
    system("pause");
    system("cls");
    cout<<"是真的嗎?!"<<endl;
    system("pause");
    system("cls");
    cout<<"相信我 Trust me"<<endl;
     system("pause");
    system("cls");
    for(int i=1; i>=0; i++)
    cout<<"(。_。)";
   
   
    system("pause");
    return 0;
}

TOP

返回列表