Search found 1 match

by sms
Mon Sep 06, 2004 9:43 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 116218

Help for 102

I keep getting WA. I tested my output even against the samples provided by Almost Human (http://online-judge.uva.es/board/viewtopic.php?t=6182&highlight=102). My output matched with his. Pls. help.
[cpp]
#include <stdio.h>
#include <string.h>

#define MAX 3

int n;
int arr[MAX];
double data[MAX ...

Go to advanced search