📄 share.h
字号:
#pragma once
#ifndef Share_H
#define Share_H
#include<string>
#include<iostream>
#include<deque>
#include<map>
#include<vector>
using std::string;
using std::ostream;
using std::istream;
using std::map ;
using std::deque ;
using std::vector ;
const int NPREF=2;
const string NONWORD="#"; //第一个前缀
typedef deque <string> Prefix;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -