Search found 1 match

by yanghd
Mon Feb 20, 2006 7:45 pm
Forum: Volume 3 (300-399)
Topic: 371 - Ackermann Functions
Replies: 196
Views: 51378

371 Ackermann.. Why RE?

(Excuse for my poor English)
Hi, I've posted source code for #371, but 'robot' returns me Runtime Error.
But my code works good at my PC which runs VC++ 6. I'm confused. What's the problem?


#define EMPTY 0
#define LIMIT 10000
#define RATIO 100
#define MAX 20
#include <stdio.h>

typedef unsigned ...

Go to advanced search