返回列表 發帖
#include<iostream>

using namespace std;

int main()

{

   for(int i=1; i<=5; i++)

   {

         cout<<"我是一個好孩子。"<<endl;

   }

   system("pause");

   return 0;

}

TOP

返回列表