Search found 1 match

by jucmes
Sat Nov 03, 2012 7:43 am
Forum: Volume 101 (10100-10199)
Topic: 10100 - Longest Match
Replies: 95
Views: 34957

Re: 10100 - Longest Match

Hi, could you help me here? I keep getting runtime error and I don't know why.

#include <iostream>
#include <string>
#include <stdio.h>
#include <math.h>
#include <cmath>
#include <iomanip>
#include <ctype.h>
#include <string.h>
using namespace std;

string arr1[1002];
string arr2[1002];
int ...

Go to advanced search