Problem A
Batmanacci
The Fibonacci sequence can be defined as follows:
We get the sequence
And we get the sequence
where
Given
Input
Input consists of a single line containing two integers
Output
Output the
Sample Input 1 | Sample Output 1 |
---|---|
7 7 |
N |
Sample Input 2 | Sample Output 2 |
---|---|
777 777 |
A |