Search found 1 match

by tudmir
Thu May 30, 2013 2:03 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108933

Problem 101 Java Wrong Answer

I am solving the problem 101. I think that my solution is correct because every test I have passed is successful.
My problem is that I have uploud the file to the judge and it shows me a "Wrong Answer" error.
The code that I have programmed is here:
import java.io.*;
import java.util.*;

class Main ...

Go to advanced search