Read post
Re:what's wrong with my answer,who can tell me
[ Topic ] 2010-10-11 17:11:50 mrhead
1.your program never compute Fibonacci(0) and Fibonacci(1).
2.the output format of your program does not meet requirement.
3.you use recursive algorithm which might be over time-limits.
Reply
|