C++-一维数组-斐波那契数列
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Background
Description
C++-一维数组-斐波那契数列
斐波那契数列:0,1,1,2,3,5,8,13,21... ...求数列的前20项并按从大到小的顺序输出。
Format
Input
Output
Samples
4181 2584 1597 987 610 377 233 144 89 55 34 21 13 8 5 3 2 1 1 0
Limitation
1s, 1024KiB for each test case.