摘要:
1 #include 2 using namespace std; 3 4 #define OK 1 5 #define ERROR 0 6 #define OVERFLOW -2 7 typedef int Status; //Status 是函数返回值类型,其值是函数结果状态代码。 8 typedef int ElemType; //E... 阅读全文
posted @ 2018-03-29 23:58
霜雪千年
阅读(3148)
评论(0)
推荐(0)
摘要:
1 #include 2 #include 3 using namespace std; 4 #define OK 1 5 #define ERROR 0 6 #define OVERFLOW -2 7 typedef int Status; //Status 是函数返回值类型,其值是函数结果状态代码。 8 typedef int ElemType; ... 阅读全文
posted @ 2018-03-29 11:29
霜雪千年
阅读(2599)
评论(0)
推荐(0)

浙公网安备 33010602011771号