Search found 1 match

by jc1987
Fri Sep 22, 2006 7:25 pm
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 117408

sorry I got 102 WA still....

I've read previous articles about 102 WA and corrected some,
yet I still got WA and couldn't find anything I was able to help solve it...

Is that I didn't use string as output?

Appreciate for help, thanks!


#include <iostream>

using namespace std;

int main(){

unsigned long int bb[3], gg[3 ...

Go to advanced search