Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 26063 Accepted: 17394 @[toc]Poj 3070 Fibonacci Description In the Fibonacci integer sequence, F0 = 0, F1 = 1, and Fn = Fn − 1 +Fn − 2 for n ≥ 2. For example, the first ten terms of the Fibonaccisequence are: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34,...