Search found 1 match

by clifford1313
Tue Nov 02, 2010 5:26 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 117963

Re: 102

Hi there,

I can't see what's wrong with my code since I continue getting TL status :


import java.io.IOException;

public class Main {

public final static int BCG = 0;
public final static int BGC = 1;
public final static int CBG = 2;
public final static int CGB = 3;
public final static int ...

Go to advanced search