the design between while loop and loop invariant

前端 未结 0 833
一生所求
一生所求 2020-12-16 10:21
method test (a:array) 
    requires a.Length > 0
    requires forall i:int :: 0<=i a[i] >= 0 
    ensures forall i:int :: 0<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题