Search found 1 match

by yaroslavvb
Sun Nov 09, 2003 2:03 am
Forum: Volume 2 (200-299)
Topic: 280 - Vertex
Replies: 95
Views: 37381

280(Vertex) Why WA?

I'm getting WA using Java, I got correct answer for provided input, and for test cases posted in this board :(

This is the code:

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

class Main {
public static void main(String argv[]) throws Exception {
Main prog = new Main();
prog.run();
}

public ...

Go to advanced search