Search found 4 matches

by nariini
Sun Jul 21, 2002 9:22 am
Forum: Volume 1 (100-199)
Topic: 105 - The Skyline Problem
Replies: 160
Views: 51317

[105]i received Wrong Answer..

i don't know why received wrong answer..

sample inputs generate correct outputs.

let me know please

[java]
import java.io.*;
import java.util.*;

class Main
{
static String ReadLn (int maxLg)
{
byte lin[] = new byte [maxLg];
int lg = 0, car = -1;
String line = "";

try
{
while (lg ...
by nariini
Thu Jul 18, 2002 10:23 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108667

thanx

thanx :oops:
by nariini
Thu Jul 18, 2002 3:34 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108667

[problem 101] i don't know what means this error message

i received error message

***************************************
Here are the compiler error messages:

/tmp/cc9xBj1ymain.o: In function `main':
/tmp/ccpj56nDmain.i(.text+0x12): undefined reference to `_CL_4Main'
collect2: ld returned 1 exit status ...
by nariini
Tue Jul 16, 2002 1:05 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108667

problem 101 - compile error... help me..

i received error message

***************************************
Here are the compiler error messages:

/tmp/cc9xBj1ymain.o: In function `main':
/tmp/ccpj56nDmain.i(.text+0x12): undefined reference to `_CL_4Main'
collect2: ld returned 1 exit status

***************************************

[/java ...

Go to advanced search