データ構造のStatus

602 ワード

                ,     Status  。
       :
TRUE 1、FALSE 0;OK 1、ERROR 0;INFEASIBLE -1、OVERFLOW -2
 
  
 
  
status                  ?
 :  return "A>B  ";
答え:できません.
 
  
 
  
    ,               ,    “  ”       : 
typedef int Status; /*      status  int*/ 

         ,status push(linkstack top,elemtype e)      :int push(linkstack top,elemtype e),Status  int   。

typedef                   。

        :typedef char Status;     status push       char push。