introduction.h
上传用户:stella1212
上传日期:2022-08-06
资源大小:567k
文件大小:0k
开发平台:

Visual C++

  1. #include <iostream>
  2. using namespace std;
  3. void introduction()
  4. {
  5.    cout<<"             "<<"(*^__^*) 嘻嘻……"<<endl;
  6.    cout<<"Hello,Welcome to train rearrangement programe! "<<endl;
  7.    cout<<"This progamme can help you to reorder an sequence of trian carriages"<<endl;
  8.    cout<<"with the help of some tracks."<<endl;
  9.    cout<<"Now please input the number of carriages you want us to reoder , "<<endl;
  10.    cout<<"their  initial order ,and the number of tracks you require us to use :"<<endl;
  11. }