📄 status.h
字号:
/*
Name: status.h
Copyright: math@jnu
Author: Fan zz
Date: 29-09-08 15:55
Description: The file define the common
status which will be used
in the all code.
*/
//函数结果状态代码
#define OK 1
#define ERROR 0
#define INFEASIBLE -1
#define OVERFLOW -2
typedef int Status;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -