main.cpp:
Код: Выделить всё
#include
using namespace std;
int main() {
graph a;
a.add(1);
a.addEdge(1,2);
std::vector answ = a.getAdjacent(1);
for (unsigned int i = 0; i < answ.size(); i++)
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/19864204/eclipse-mingw-cdt-gdb-and-problems-with-debugging[/url]
Мобильная версия