Diferente pentru problema/disconnect intre reviziile #7 si #8

Nu exista diferente intre titluri.

Diferente intre continut:

        y ^= XOR;
        if (type == 1) {
            T.removeEdge(x - 1, y - 1);
            T.removeEdge(x, y);
        } else
            if (T.query(x - 1, y - 1)) {
            if (T.query(x, y)) {
                cout << "YES\n";
                XOR = x;
            } else {

Nu exista diferente intre securitate.

Topicul de forum nu a fost schimbat.