Search found 2 matches

by mastergoos
Tue Nov 01, 2011 10:27 pm
Forum: Volume 103 (10300-10399)
Topic: 10336 - Rank the Languages
Replies: 21
Views: 14125

10336 - Rank the Languages

I've tried so much tests, in every tests the result is correct..
The submit say: Wrong Answer.
What is wrong on my code ?


import java.util.Scanner;

public class Main {

private static char[][] grid;
private static int[] dx = { 0, -1, 0, 1 };
private static int[] dy = { -1, 0, 1, 0 };

public ...
by mastergoos
Tue Nov 01, 2011 9:50 pm
Forum: Volume 103 (10300-10399)
Topic: 10336 - Rank the Languages
Replies: 21
Views: 14125

10336 - Rank the Languages

I've tried so much tests, in every tests the result is correct..
The submit say: Wrong Answer.
What is wrong on my code ?


import java.util.Scanner;

public class Main {

private static char[][] grid;
private static int[] dx = { 0, -1, 0, 1 };
private static int[] dy = { -1, 0, 1, 0 };

public ...

Go to advanced search