码迷,mamicode.com
首页 > 其他好文 > 详细

软件测试 homework2

时间:2016-03-06 20:47:59      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:

(1)for循环中i>0应改为i>=0

   x = [ 3 2 5],y = 2

   x = [ 3 4 5],y = 2

   x = [  2 ],y = 2

 

(2)for 循环中应改为for(i = x.length -1 ; i >= 0; i--)

   x = [  0 2 ]

   x = [  2 0 0]

   x = [  0 ] 

软件测试 homework2

标签:

原文地址:http://www.cnblogs.com/hersenxiao/p/5248354.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!