-->
当前位置:首页 > 题库

PROGRAMMING:Finding the mantissa of Fibonacci numbers

Luz5年前 (2021-05-10)题库430
Are you familiar with Fibonacci sequence? Maybe you won't find any term of Fibonacci sequence, but this problem only needs you to output the last digit of the $$n $$term of Fibonacci sequence!
###Input format:
A positive integer not exceeding 100000.
###Output format:
Output the mantissa of the Fibonacci number of item $$n $$in one line.
###Input example:
```in
seven
```
###Output example:
```out
three
```







answer:If there is no answer, please comment