Diferente pentru problema/disconnect intre reviziile #22 si #21

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 xor V;
        int b = y xor V;
        int a = x ^ V;
        int b = y ^ V;
        if (type == 1) {
            removeEdge(a, b);

Nu exista diferente intre securitate.

Topicul de forum nu a fost schimbat.