Search found 2 matches

by AliSaleh
Sun Aug 31, 2008 7:02 am
Forum: Volume 101 (10100-10199)
Topic: 10154 - Weights and Measures
Replies: 60
Views: 48683

Re: 10154 - Weights and Measures

Plz Help I always get WA.
I 've redden all this thread and made all what you said I can't solve it.

#include <iostream>
#include <vector>
#include <cstdlib>
#include <algorithm>
using namespace std;
#define max 5650

struct element{
int weight;
int stren;
};
element sorted[max];

int LIS(int ...
by AliSaleh
Tue Aug 21, 2007 11:17 pm
Forum: Volume 101 (10100-10199)
Topic: 10194 - Football (aka Soccer)
Replies: 121
Views: 64492

Hello
I have tested may code against a lot of test cases but it still WA
I don't know what to do If any one can help me this is my code.
sorry it's long .

#include <iostream>
#include <string>
#include <map>
#include <algorithm>
#include <cstdlib>
#include <vector>
using namespace std ...

Go to advanced search