Hey guys.
I'm getting WA with my code but it works for every input I've tested. Can anyone take a look at it?
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
int XLL1 ...
Search found 3 matches
- Fri Jun 29, 2012 12:50 am
- Forum: Volume 4 (400-499)
- Topic: 460 - Overlapping Rectangles
- Replies: 25
- Views: 5805
- Thu Jun 28, 2012 8:00 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11057 - Exact Sum
- Replies: 50
- Views: 30555
Re: 11057 - Exact Sum
Thanks, I was missing one condition before getting into array's position =)
- Mon Jun 25, 2012 11:13 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11057 - Exact Sum
- Replies: 50
- Views: 30555
Re: 11057 - Exact Sum
Hey guys.
I'm getting Runtime Error on this one. It works for every input/output I tried, but still... runtime error on valladolid =/
I have to do it in Java. College stuff. Here's my code.
Can anyone help me?
Tyvm.
I'm getting Runtime Error on this one. It works for every input/output I tried, but still... runtime error on valladolid =/
I have to do it in Java. College stuff. Here's my code.
Code: Select all
Code removed after got AC =)
Tyvm.