📄 misc.h
字号:
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Header: misc.h
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef misc_H
#define misc_H
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <algorithm>
#include <functional>
#include <vector>
#include <list>
#include <iterator>
#include <map>
#include <hash_map>
#include <set>
#include <queue>
#include <stack>
#include <algorithm>
#include <cmath>
#include <ctime>
#include <utility>
using namespace std;
extern unsigned int WINDOW_SIZE;
extern unsigned int SUPPORT;
extern unsigned short MAX_ITEM;
extern unsigned int TRANSACTION_SIZE;
extern const unsigned short ENDSHORT;
extern const int ENDINT;
extern long numberOfExploreCall;
#endif //misc_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -