27 lines
652 B
C++
27 lines
652 B
C++
|
|
#include<iostream>
|
|||
|
|
#include<fstream>
|
|||
|
|
#include<sm.h>
|
|||
|
|
#include<cmath>
|
|||
|
|
using namespace std;
|
|||
|
|
void jinruxitong()
|
|||
|
|
{
|
|||
|
|
while (true)
|
|||
|
|
{
|
|||
|
|
int xuanze;
|
|||
|
|
cout << "<EFBFBD><EFBFBD>ѡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ<EFBFBD><EFBFBD> " << endl;
|
|||
|
|
cout << "1.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ " << endl;
|
|||
|
|
cout << "2.<2E><><EFBFBD><EFBFBD>Ʊ<EFBFBD><C6B1><EFBFBD><EFBFBD>ϵͳ " << endl;
|
|||
|
|
cout << "3.<2E><>Ʊ<EFBFBD><C6B1><EFBFBD><EFBFBD>ϵͳ" << endl;
|
|||
|
|
cout << "4.<2E>˳<EFBFBD>" << endl;
|
|||
|
|
cin >> xuanze;
|
|||
|
|
switch (xuanze)
|
|||
|
|
{
|
|||
|
|
case 1:hangbanguanlixitong(); break;
|
|||
|
|
case 2:dingtuipiaoxitong(); break;
|
|||
|
|
case 3:shoupiaoguanlixitong(); break;
|
|||
|
|
case 4: exit; break;
|
|||
|
|
}
|
|||
|
|
if (xuanze >= 1 && xuanze <= 4)break;
|
|||
|
|
else cout << "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1-4<>Խ<EFBFBD><D4BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˳<EFBFBD>ϵͳ<CFB5><CDB3>" << endl;
|
|||
|
|
}
|
|||
|
|
}
|