Hello! Can anyone tell me why I am getting a runtime error with this code? I've been looking at it for a long time and I can't find any access out of memory or anything similar.
Thank you very much!
#include <iostream>
#include <vector>
#include <cmath>
using namespace std;
vector <vector ...
Search found 2 matches
- Thu Sep 15, 2011 9:45 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10616 - Divisible Group Sums
- Replies: 39
- Views: 26015
- Tue Jun 21, 2011 12:23 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10369 - Arctic Network
- Replies: 45
- Views: 32597
Re: 10369 - Arctic Network
I don't still understand the solution for the problem. Implementing a kruskal algorithm with P-S nodes would mean that satellite chanel's can communicate with any other channel with no cost, but the statement of the problem says that they can only communicate with no cost with other satellite ...