?? main.cpp
字號:
# include <iostream.h>
# include <conio.h>
# include "head.h"
//--------------------------------------------------------
void main()
{
int num;
char face=1;
cout<<"Input the number of tower:";
cin>>num;
if (num>=1 && num<=45)
move (num,1,2,3);
else if (num>15 && num<=20)
{
cout<<"Please wait a moment..."<<endl;
move (num,1,2,3);
}
else cout<<"Are you crazy ? "<<face<<endl<<endl;
cout << "Press any key to exit ...";
getch();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -