Can someone please tell what is wrong with this problem, because I can't figure out why the online judge fails to accept it.
#include <stdio.h>
#include <string.h>
int box[4][4];
int bestcost;
char bestbin[16];
int check( int a,int b,int c ){
int cost=0;
cost+=box[1][1]+box[1][2]+box[1][3]-box ...
Search found 3 matches
- Thu Jun 06, 2002 6:19 am
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 116194
- Sat Jun 01, 2002 5:30 am
- Forum: Volume 1 (100-199)
- Topic: 193 - Graph Coloring
- Replies: 93
- Views: 36405
problem no 193
what is the output of the following input
1
3 2
1 2
1 3
1
3 2
1 2
1 3
- Fri May 31, 2002 6:55 am
- Forum: Volume 1 (100-199)
- Topic: 151 - Power Crisis
- Replies: 56
- Views: 11643
Re: problem 151
koniloni wrote:[/i][/b][/c]What will be output for problem no.151, if I input 20 and 21?Please inform me soon.
