(defun flat-pre-condition (n0 n) (and (equal n n0) (intp n0) (<= 0 n0))) (defun flat-loop-invariant (n0 n a) (and (intp n0) (<= 0 n0) (intp n) (if (and ...
確定! 回上一頁