📄 cmrmisc.h
字号:
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Header: CMRmisc.h
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef CMRmisc_H
#define CMRmisc_H
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <algorithm>
#include <functional>
#include <vector>
#include <list>
#include <iterator>
#include <map>
#include <set>
#include <queue>
#include <stack>
#include <algorithm>
#include <cmath>
#include <ctime>
#include <utility>
using namespace std;
extern short MIN_VERTEX;
extern short MAX_VERTEX;
extern short currentPathNumber;
#endif //CMRmisc_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -