Search found 3 matches

by mie
Mon Jan 06, 2003 10:11 am
Forum: Volume 5 (500-599)
Topic: 537 - Artificial Intelligence?
Replies: 76
Views: 22290

emm..

here are the source code.. :-? plz help me thxxxx.. :D
@begin_of_source_code
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
/* @JUDGE_ID: 27057TE 537 C */
#define INPUTFILE "AI.IN"
#define OUTPUTFILE "AI.OUT"

FILE *finput;
FILE *foutput;

void main() {
char input[100];
char num[100 ...
by mie
Mon Jan 06, 2003 10:05 am
Forum: Volume 101 (10100-10199)
Topic: 10182 - Bee Maja
Replies: 9
Views: 4382

10182 - Bee Maja

i always get compile error as reply.. can any one tell me how to handle this? is it because my program is too long? plz reply thiz post.. thx..

@begin_of_source_code
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

#define INPUTFILE "BEEMAJA.IN"
#define OUTPUTFILE "BEEMAJA.OUT"

FILE ...
by mie
Mon Jan 06, 2003 9:45 am
Forum: Volume 5 (500-599)
Topic: 537 - Artificial Intelligence?
Replies: 76
Views: 22290

537 - Artificial Intelligence

why do i always get the compile error report when i send my source code..?

Here are the compiler error messages:

/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o: In function
`_start':
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o(.text+0x18):
undefined reference to `main ...

Go to advanced search