Search found 4 matches

by ChrisIzquierdo
Wed Jan 16, 2002 7:36 pm
Forum: Java
Topic: Unable to submit Java Programs
Replies: 1
Views: 2669

I've been having difficulties with the online judge. It seems to return a Compile error even when there is none.

To make sure this was the case I resubmitted one of my previously accepted programs and I got a compile error back.

Can someone please tell whoever is in charge? or maybe tell me how ...
by ChrisIzquierdo
Wed Jan 16, 2002 8:54 am
Forum: Volume 5 (500-599)
Topic: 594 - One Little, Two Little, Three Little Endians
Replies: 46
Views: 23281

I submitted this Java program to the online judge and got lots of error back. Is there anything wrong with it?

Thanks

Java Program:

/* @JUDGE_ID: 16561WW 594 JAVA "bitwise" */
import java.io.* ;

class Main extends Object {

public Main() {
}

static String ReadLn (int maxLg)
{
byte lin ...
by ChrisIzquierdo
Mon Jan 07, 2002 7:59 am
Forum: Volume 1 (100-199)
Topic: 170 - Clock Patience
Replies: 28
Views: 5220

I forgot to mention that I'm using Java to solve this problem.

I downloaded from the web a C program that solves this problem (acknowledge by the online judge) and using extensive test cases both my Java program and this C program give the same results.

I think that the difference might be on the ...
by ChrisIzquierdo
Sun Jan 06, 2002 9:25 am
Forum: Volume 1 (100-199)
Topic: 170 - Clock Patience
Replies: 28
Views: 5220

Can someone please give me a set of inputs/outputs for this problem? I wrote a program that I think should solve this problem but the online judge replied a wrong answer to my post.

Are there any tricks I should be aware?

Thanks.

Go to advanced search