Update description.md
This commit is contained in:
parent
367bb85880
commit
6e06b20857
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
Your library teacher has a 2-row bookshelf that can contain N books in each row. She wants to know the number of ways that she can fill the bookshelf with red-colored books and blue-colored books such that no 2 red-colored books are adjacent to each other (horizontally or vertically).
|
Your librian has a 2-row bookshelf that can contain N books in each row. She wants to know the number of ways that she can fill the bookshelf with red-colored books and blue-colored books such that no 2 red-colored books are adjacent to each other (horizontally or vertically).
|
||||||
|
|
||||||
Input: the integer, N (1<=N<=2^128)
|
Input: the integer, N (1<=N<=2^128)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue