
Search found 6 matches
- Fri Dec 31, 2004 9:27 am
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 116796
- Fri Dec 31, 2004 7:39 am
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 116796
now,i've corrected my codes
thanks,sumankar...
#include <iostream>
#include <string>
using namespace std;
struct bin
{
long brown,green,clear;
}bin[3];
struct movements
{
long n;
string s;
}movements[6];
int main()
{
long min;
int i;
while(cin>>bin[0].brown>>bin[0].green>>bin[0].clear)
{
for( i=1 ; i<3 ; i ...
#include <iostream>
#include <string>
using namespace std;
struct bin
{
long brown,green,clear;
}bin[3];
struct movements
{
long n;
string s;
}movements[6];
int main()
{
long min;
int i;
while(cin>>bin[0].brown>>bin[0].green>>bin[0].clear)
{
for( i=1 ; i<3 ; i ...
- Fri Dec 31, 2004 5:57 am
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 116796
102why compile error
im a newcomer here, and just dont know how to get the detailed feedback info about detailed... i received no mail from the system how come?
here's my code...anyone could help me? thanks very much...
#include <iostream>
#include <string>
using namespace std;
struct bin
{
long brown,green,clear ...
here's my code...anyone could help me? thanks very much...
#include <iostream>
#include <string>
using namespace std;
struct bin
{
long brown,green,clear ...
help

about the compile error when I encounter it...i can find it nowhere...
im a newcomer here and meanwhile happy new year to you.
