程序一
错误:for循环中i>0导致index 0 取不到
Test : x=null不执行这个fault
Test : x=[2,3,5]; y=3 执行fault,不会出现error
Test : x=[0,3,5]; y=2 导致error但是并不会影响最后结果,不是个failure
程序二
错误: 这个程序找的是firstZero而不是lastZero
Test : x=null不执行这个fault
Test : x=[0]执行了fault,但是不是error
Test : x=[1]导致了error,但是不是failure
原文地址:https://www.cnblogs.com/gtBailly/p/8542317.html
时间: 2024-10-24 15:33:11