:evil: :evil: :evil: :evil:
Aaarrrrggg! The compiler or VM used for Java by the judge is quite buggy! I replaced [java]
bin1 = new RecycleBin(
Integer.parseInt(data.nextToken()),
Integer.parseInt(data.nextToken()),
Integer.parseInt(data.nextToken()));
[/java]
with [java]
int t1,t2,t3;
t1 ...
Search found 4 matches
- Thu Dec 11, 2003 2:26 pm
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 117356
- Thu Dec 11, 2003 11:50 am
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 117356
:cry: :( :evil:
Im getting frustrated here. I have rewritten the code and submitted it a couple of times now but still getting WA. Are there suposed to be any ticky input to solve or what? I'm pretty sure of that I'm doing the calculation in the right way. Pleas give me som more help or just tell ...
Im getting frustrated here. I have rewritten the code and submitted it a couple of times now but still getting WA. Are there suposed to be any ticky input to solve or what? I'm pretty sure of that I'm doing the calculation in the right way. Pleas give me som more help or just tell ...
- Tue Dec 09, 2003 3:06 pm
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 117356
Hi Morning
Did you solve it? I am working with the same problem and in Java and I'm also getting WA all the time eaven thou I think its no error in my code.
Se my solution at the Java forum: http://online-judge.uva.es/board/viewtopic.php?t=4577
/Ulf
Did you solve it? I am working with the same problem and in Java and I'm also getting WA all the time eaven thou I think its no error in my code.
Se my solution at the Java forum: http://online-judge.uva.es/board/viewtopic.php?t=4577
/Ulf
- Mon Dec 08, 2003 8:22 pm
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 117356
WA for p102
Hi
I would like som help on this. The problem is supposed to be very simple and I think I have a correct solution but I get WA from the judge.
[java]
import java.io.*;
import java.util.*;
class RecycleBin {
public int b,g,c;
RecycleBin(int brown, int green, int clear) {
this.b=brown;
this.g ...
I would like som help on this. The problem is supposed to be very simple and I think I have a correct solution but I get WA from the judge.
[java]
import java.io.*;
import java.util.*;
class RecycleBin {
public int b,g,c;
RecycleBin(int brown, int green, int clear) {
this.b=brown;
this.g ...