Search found 1 match
- Sat Dec 11, 2010 5:45 pm
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 71581
Re: 102
Hi, i cant find anything wrong with this code........ can anyone telllllll? #include<iostream> #include<cstdio> #include<map> #include<vector> #include<string> #include<set> #include<algorithm> using namespace std; int main() { long long a[15][15],b[20],c[100],x; int i,j,k,p; map<int,string> mp; whi...