liyinglan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年3月10日

摘要: code 1: 1. 没有考虑x == null的情况 2. for循环应该遍历到i>= 0的时候才退出 test1: x = [2, 3, 5]; y = 5 expected = 2 actual = 2 test2: x = [2, 3, 5]; y = 1 expected = -1 act 阅读全文
posted @ 2016-03-10 20:50 liyinglan 阅读(119) 评论(0) 推荐(0) 编辑