Diferente pentru problema/disconnect intre reviziile #21 si #22
Nu exista diferente intre titluri.
Diferente intre continut:
for (int i = 0; i < M; ++i) { int type, x, y; cin >> type >> x >> y;
int a = x^V; int b = y^V;
int a = x xor V; int b = y xor V;
if (type == 1) { removeEdge(a, b);