introduction.h
Upload User: stella1212
Upload Date: 2022-08-06
Package Size: 567k
Code Size: 0k
Development Platform:

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. }