Search found 3 matches

by dttri
Sun May 13, 2007 6:33 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125353

I copy my Java code above and translate it into C++ and I got Accepted. Don't know why the Java version doesn't work. I think the Java judge here is not well supported. And I don't know why UVA use GCJ instead of Java from Sun?
by dttri
Sun May 13, 2007 9:39 am
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125353

10189 in Java - WA

Hi everybody,
I search the forums but can't find any topic similar to mine. I'm sure about the "empty line between case" as many other topics. Is there any wrong with my code?

Thank you



import java.io.*;
import java.util.*;

class Main
{
//This is a utility function to read from stdin ...
by dttri
Thu Apr 05, 2007 7:18 pm
Forum: Volume 1 (100-199)
Topic: 111 - History Grading
Replies: 135
Views: 37147

Check carefully...

You are given
10
3 1 2 4 9 5 10 6 8 7

1 2 3 4 5 6 7 8 9 10
| | | | | | | | | |
3 1 2 4 9 5 10 6 8 7

1 should be placed in 3rd position
2 should be placed in 1st position
3 should be placed in 2nd position
4 should be placed in 4th position
...
So, the ordering ...

Go to advanced search