Search found 2 matches

by giovane
Sat Jun 29, 2002 9:26 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 117458

Thanks...

:D Thanks for your help...
I don't understand why I don'f find the error...
by giovane
Fri Jun 28, 2002 2:08 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 117458

102 problem

I don't find the error with this algoritm...
Please, could anyone find it???
Thanks for help...

#include <stdio.h>
void main()
{
int i,min;
unsigned long int num[9],b[9],S[6];
while (scanf("%d %d %d %d %d %d %d %d %d",&num[0],&num[1],&num[2],&num[3],&num[4],&num[5],&num[6],&num[7],&num[8])==9 ...

Go to advanced search