CodeChef is a non-commercial competitive programming community
Login
Username (New User? Signup) Password (Forgot Password?)
Signup
Login or
Signup with
Connect
Note
  • Publicize your achievements on your Facebook Wall.
  • Challenge your friends or ask them for help.

Site Navigation

  • PRACTICE
    • Easy
    • Medium
    • Hard
    • Challenge
    • Peer
  • COMPETE
    • February CookOff
    • February Long Contest
    • January CookOff
  • DISCUSS
    • Wiki
    • Forums
    • Blog
    • Twitter
  • COMMUNITY
    • CodeChef Meetups
    • Campus Chapters
    • Host your Contest
    • User Groups
    • CodeChef TechTalks
    • All Educational Initiatives
    • Event Calendar
  • HELP
    • Frequently Asked Questions
    • FAQ for problem setters
    • Problem Setting
    • Ranks
    • Tutorials
  • ABOUT
    • About CodeChef
    • Team CodeChef
    • Press Room
    • CodeChef Financials
    • CodeChef Sponsorships
    • CEO's Corner
    • Contact Us
    • About Directi
Home » Compete » DreamSpark 2 » Fibonacci

Fibonacci

Problem code: DPC204

  • All Submissions

All submissions for this problem are available.

Fibonacci

 

Recall the definition of the Fibonacci numbers:

 

f1=1

f2=2

fn=fn-1+fn-2        (n>=3)

 

Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b].

 

Input:

The input contains several test cases. Each test case consists of two non-negative integer numbers a and b. Input is terminated by a=b=0. Otherwise, a<=b<=10100. The numbers a and b are given with no superfluous leading zeros.

 

Output:

For each test case output on a single line the number of Fibonacci numbers fi with a<=fi<=b.

 

Sample Input

10 100

1234567890 9876543210

0 0

 

Sample Output

5

4


Date: 2010-03-10
Time limit: 5s
Source limit: 50000
Languages: C C99 strict C++ 4.0.0-8 C++ 4.3.2 PAS gpc PAS fpc JAVA NICE JAR C# C#2 NEM ST ASM D FORT ADA BASH PERL PYTH RUBY LUA ICON PIKE PHP SCM guile SCM qobi LISP sbcl LISP clisp SCALA HASK ERL CAML CLPS PRLG WSPC BF ICK JS


  • Submit

Comments

  • Login or Register to post a comment.

Please register at

MSP_bitmesra @ 13 Mar 2010 07:54 PM

Please register at http://bit.ly/DSPPC2_Register to claim prizes and certificates.

Admin: The aim of this

szk @ 14 Mar 2010 01:00 AM

Admin: The aim of this contest is to promote programming and not to adjudge the best programmers. We request the participants to maintain a Healthy Competition. Any mal-practices if found will lead to Disqualification from the Series. If any such codes have been submitted consider submitting fresh codes.

is input is terminated by  by

dabbcomputers @ 14 Mar 2010 01:03 PM

is input is terminated by  by both a and b 0 0??

k i got it...

dabbcomputers @ 14 Mar 2010 01:05 PM
k i got it...

how to terminate the input i

dabbcomputers @ 14 Mar 2010 01:16 PM

how to terminate the input i am terminating when both a and b are 0 but i am getting TLE....pls help....

The CodeChef Rankings are not

MSP_bitmesra @ 15 Mar 2010 02:38 AM

The CodeChef Rankings are not accepted Directly. Some Mal-Practices have been observed and Strict action would be taken.

THE CONTEST IS WORST ... ONLY

codegambler @ 15 Mar 2010 08:03 PM

THE CONTEST IS WORST ... ONLY SAMPLE I/O ARE IN ACTUAL TEST DATA.

@ Dreamspark: Do you realize

alok @ 16 Mar 2010 02:59 AM

@ Dreamspark: Do you realize what is 10100 is?? It's a 100 digit number which I don't think can be input by "cin" or "scanf". Still so many correct answer using either of them.

@ pankaj and Lucky ...well

mcsharma1990 @ 16 Mar 2010 03:06 AM

@ pankaj and Lucky ...well said yaar ...This contest have been a joke..:)

@Lucky - for your kind

kunaljain @ 16 Mar 2010 02:49 PM

@Lucky - for your kind information 10^100 can be taken as input though a string.

And this problem has proper solution, which can be easily written in Java or Python.

dude in c++ u can very easily

teddy_coders @ 17 Mar 2010 06:04 PM

dude in c++ u can very easily use double.....if you wanna check check my code

teddy_coders

@gaurav yeah dude to inform

aansu @ 17 Mar 2010 07:11 PM

@gaurav yeah dude to inform you.. u can store at max around 10^20 using long long unsigned int.

for numbers bigger than that use string.

as per ur code is concerned just add these two lines

for(int j=0;j<i;j++)
cout<<a[j]<< " ";

just after where u calculated a[i]=a[i-1]+a[i-2];

and u'll realise by seeing the output what I'm talking about..

@kunal ....but in some

mcsharma1990 @ 17 Mar 2010 11:03 PM

@kunal ....but in some accepted solutions people have not used string to store numbers still they got accepted that simply mean that there was no test case of larger value. same clarification as given by lucky.

SUCCESSFUL SUBMISSIONS FOR THIS PROBLEM:

Programming Competition Fetching successful submissions
Directi Go for Gold
CodeChef is a global programming communityCodeChef hosts online programming competitions
CodeChef is a non-commercial competitive programming community
  • About CodeChef
  • About Directi
  • CEO's Corner
  • C-Programming
  • Programming Languages
  • Contact Us
© 2009 Directi Group. All Rights Reserved. CodeChef uses SPOJ © by Sphere Research Labs
In order to report copyright violations of any kind, send in an email to copyright@codechef.com
CodeChef a product of Directi
The time now is:
CodeChef - A Platform for Aspiring Programmers

CodeChef was created as a platform to help programmers make it big in the world of computer programming. At CodeChef we work hard to revive the geek in you by hosting programming contests on a monthly basis. We also aim to have training sessions and events related to online programming for programmers around the world. Apart from providing a platform for programming competitions, CodeChef also has various tutorials and forum discussions to help those who are new to the world of computer programming.

Practice Section - A Place to hone your 'Computer Programming Skills'

Try your hand at one of our many practice problems and submit your solution in a language of your choice. Our judge accepts solutions in over 35+ programming languages. Online programming was never this much fun! Receive points, and move up through the CodeChef ranks. Use our practice section to better prepare yourself for the multiple programming competitions that take place through-out the month on CodeChef.

Compete - Monthly Programming Contests and Cook-offs

Here is where you can show off your computer programming skills. Take part in our 10 day long monthly programming contests and the shorter format Cook-off programming contests. Put yourself up for recognition and win great prizes. Prizes worth up to Rs.20,000 and $700 are up for grabs every month along with lots more CodeChef goodies.

Discuss

Are you new to computer programming? Do you need help with algorithms? Then be part of CodeChefs Forums and interact with all our programmers love helping out other programmers and share their ideas.

CodeChef Community

As part of our Educational initiative, we give institutes the opportunity to associate with CodeChef in the form of Campus Chapters. Hosting online programming competitions is not the only feature on CodeChef. Be a part of the CodeChef community through CodeChef meetups and techtalks. You can also host a programming contest for your institute on CodeChef and be a guest author on our blog.

Domain Name Registration, Web hosting, and Website Design provided by BigRock.com