head.h
来自「老鼠走迷宫的程序」· C头文件 代码 · 共 16 行
H
16 行
#include<iostream>
using namespace std;
#include<stdio.h>
#include<cstring>
#include<stdlib.h>
#include <malloc.h>
#include <process.h>
#include <time.h>
#include <cstring>
#define OK 1
#define ERROR 0
#define TRUE 1
#define FALSE 0
#define OVERFLOW -1
typedef int Status;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?