더북(TheBook)
            first = second;
            second = temp;
        }
    }
}

실행 결과

1
1
2
3
5
8
13