Search found 1 match

by eniu9350
Wed May 28, 2008 4:42 am
Forum: Volume 7 (700-799)
Topic: 763 - Fibinary Numbers
Replies: 40
Views: 23787

Re: 763 - Fibinary Numbers

I test all the cases in this post, seems there's nothing wrong with my code :( , anyone has any idea?
(I print result immediately after each test case, is that right?)

#include<stdio.h>
#include<string.h>

#define TRUE 1
#define FALSE 0
#define DIGITMAX 100

void fibsum(char n1[DIGITMAX], char n2 ...

Go to advanced search