Search found 1 match

by ica28
Sat May 14, 2005 12:41 am
Forum: Volume 101 (10100-10199)
Topic: 10183 - How Many Fibs?
Replies: 66
Views: 35839

10183 How many Fibs.. Compile Error

this source is Compile Error on online judge
but this source run on my computer
Why Compile Error??



#include <iostream>
#include <string>
#include <cstdlib>

using namespace std ;

const int MAX = 101 ;
const int FIBMAX = 45 ;
const int STRFIBMAX = 407 ;
void Init( int* , string* ) ;
int GetCnt ...

Go to advanced search