Search found 3 matches

by gaucho.andre
Sat Sep 01, 2007 9:25 am
Forum: Volume 9 (900-999)
Topic: 902 - Password Search
Replies: 68
Views: 39764

That' my code. The algorythim seems ok and it works fine on eclipse, but i still get Compile Error message. Does anybody have a clue about waht's wrong on this program? P.S. JAVA program:


import java.io.IOException;
import java.util.StringTokenizer;

class Problem902 {

static String testCase ...
by gaucho.andre
Fri Aug 31, 2007 11:16 pm
Forum: Volume 5 (500-599)
Topic: 572 - Oil Deposits
Replies: 39
Views: 23110

After the first WA, I've debugged the program and now all inputs I can think about return correct answers. Can someone help me find out what's wrong? PS: Java solution.


import java.io.IOException;
import java.util.StringTokenizer;

class Main {

static char[][] field;
static short[][] groups ...
by gaucho.andre
Fri Aug 31, 2007 8:45 am
Forum: Volume 9 (900-999)
Topic: 900 - Brick Wall Patterns
Replies: 16
Views: 11818

Hi,

I'm new at UVA Online Judge system and i'm having a few troubles. I'm programing in JAVA and my program consists in an algorythim similar to this:

" public static void main(String[] args)
{
while (true)
{
// something to read the number and stock it in the variable "N"

if(N == 0)break ...

Go to advanced search