Search found 2 matches

by zymen
Sun Feb 15, 2004 6:17 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 117471

heh ;-)

just one small mistake ;-)
bcg -> BCG
etc.. :>

everything is ok now.
by zymen
Sun Feb 15, 2004 5:56 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 117471

102 problem... Why doesn't it work ?

Why doesn't it work ?

[cpp]#include <iostream>
#include <string.h>
#include <stdlib.h>
using namespace std;
#define b 0
#define g 1
#define c 2

int containers[3][3]={{0}};

char result[4]={0};
int minimum_cost(99999999);


void min_cost()
{
int tmp_cost(0);
int nr(0);
//bcg
tmp_cost ...

Go to advanced search