Search found 6 matches

by bloodnight
Fri Dec 31, 2004 9:27 am
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 116796

well, i see now :evil:
by bloodnight
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 ...
by bloodnight
Fri Dec 31, 2004 7:08 am
Forum: General
Topic: help
Replies: 4
Views: 2217

:D thanks
by bloodnight
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 ...
by bloodnight
Fri Dec 31, 2004 5:50 am
Forum: General
Topic: help
Replies: 4
Views: 2217

much thanks to your warm help
but the problem is that not even only one time could i get the feedback email from the online-judge system, is there sth wrong?

my codes for #102 using C++ is as follows, compile error , puzzling , any help would be greatly appreciated...

#include <iostream>
#include ...
by bloodnight
Thu Dec 30, 2004 5:27 pm
Forum: General
Topic: help
Replies: 4
Views: 2217

help

:o hey,buddy ,could you pls tell me how to get the detailed info
about the compile error when I encounter it...i can find it nowhere...
im a newcomer here and meanwhile happy new year to you. :wink:

Go to advanced search