Apr-25-2018, 06:36 PM
Write a program that takes input of an integer N, followed by N more integers. For each integer, output the next fibonacci number.
Constraints:
program should run correctly for the first 60 Fibonacci Numbers.
output lines should not have any trailing or leading whitespaces
Constraints:
program should run correctly for the first 60 Fibonacci Numbers.
output lines should not have any trailing or leading whitespaces