Search found 1 match

by corecode
Thu May 02, 2002 1:34 am
Forum: Volume 4 (400-499)
Topic: 495 - Fibonacci Freeze
Replies: 222
Views: 60291

i've written code that runs here in 0.120 to calculate all numbers. somehow my submissions need 3.200 on the judge.

how is that? i think the judge must be broken somehow.

or is it my input loop? i don't suspect tho:

[cpp]
int n;
while (std::cin >> n) {
std::cout << "The Fibonacci number for ...

Go to advanced search