introduction.h
上传用户:stella1212
上传日期:2022-08-06
资源大小:567k
文件大小:0k
- #include <iostream>
- using namespace std;
- void introduction()
- {
- cout<<" "<<"(*^__^*) 嘻嘻……"<<endl;
- cout<<"Hello,Welcome to train rearrangement programe! "<<endl;
- cout<<"This progamme can help you to reorder an sequence of trian carriages"<<endl;
- cout<<"with the help of some tracks."<<endl;
- cout<<"Now please input the number of carriages you want us to reoder , "<<endl;
- cout<<"their initial order ,and the number of tracks you require us to use :"<<endl;
- }