def method n
a, b = 0, 1
(n-2).times {a, b = b, a + b}
puts b
end
method 15
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
莪_o0O