Search found 1 match

by Batu
Wed May 14, 2008 10:38 pm
Forum: Volume 100 (10000-10099)
Topic: 10054 - The Necklace
Replies: 62
Views: 42512

Re: 10054 - The Necklace

Hi all.

I'm having Runtime Error in this problem.
I think it's very strange because i do not use pointers.

#include <cstdio>
#include <iostream>
#include <algorithm>
#include <queue>

using namespace std;

int grafo[51][51];
int grado[51];
int grado_aux[51];
bool activo[51];
int visitado[51 ...

Go to advanced search