Search found 1 match

by lumier
Sat Mar 10, 2007 2:24 pm
Forum: Volume 100 (10000-10099)
Topic: 10062 - Tell me the frequencies!
Replies: 235
Views: 70202

10062 W.A.

I can't find where my program is failing...

Help please! Thank you

#include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include <utility>
using namespace std;

bool comp(char a, char b){
return a > b;
}
typedef pair<int, int> P;

int main(){
string a;
int cont = 0 ...

Go to advanced search