Last Updated:2025/11/27
When you compute the n-th Leonardo number, remember that L(0) = 1, L(1) = 1, and for all n > 1, L(n) = L(n-1) + L(n-2) + 1.
See correct answer
When you compute the n-th Leonardo number, remember that L(0) = 1, L(1) = 1, and for all n > 1, L(n) = L(n-1) + L(n-2) + 1.
音声機能が動作しない場合はこちらをご確認ください
Edit Histories(0)