id int64 0 30k | prompt stringlengths 265 1.96k | answer stringclasses 10
values | pythoncode stringlengths 267 1.96k | depth0 stringclasses 10
values | depth1 stringclasses 10
values | depth2 stringclasses 10
values | depth3 stringclasses 10
values | depth4 stringclasses 11
values | depth5 stringclasses 11
values | depth6 stringclasses 11
values | depth7 stringclasses 11
values | depthn0 stringclasses 10
values | depthn1 stringclasses 10
values | depthn2 stringclasses 10
values | depthn3 stringclasses 10
values | depthn4 stringclasses 11
values | depthn5 stringclasses 11
values | depthn6 stringclasses 11
values | depthn7 stringclasses 11
values | num_nodes int64 3 7 | num_edges int64 3 30 | num_classes int64 2 7 | path_length int64 3 7 | num_cycle int64 0 6 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
700 | class A:
def __init__(self, txt: str):
self.u: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
b = A("b")
j = B("j")
a = A("a")
i = A("i")
h = B("h")
b.u = a
b.v = a
j.w = h
a.u = b
a.v = b
i.u = a
i.v = a... | b" | class A:
def __init__(self, txt: str):
self.u: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
b = A("b")
j = B("j")
a = A("a")
i = A("i")
h = B("h")
b.u = a
b.v = a
j.w = h
a.u = b
a.v = b
i.u = a
i.v = a... | a | b | a | b | a | b | x | x | b | a | b | a | b | a | x | x | 5 | 5 | 2 | 5 | 4 |
701 | class A:
def __init__(self, txt: str):
self.r: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
e = A("e")
h = B("h")
d = A("d")
j = A("j")
i = A("i")
e.r = d
e.q = j
h.x = j
d.r = e
d.q = i
j.r = e
j.q = e... | i" | class A:
def __init__(self, txt: str):
self.r: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
e = A("e")
h = B("h")
d = A("d")
j = A("j")
i = A("i")
e.r = d
e.q = j
h.x = j
d.r = e
d.q = i
j.r = e
j.q = e... | j | e | j | e | d | i | x | x | i | d | e | j | e | j | x | x | 5 | 7 | 2 | 5 | 2 |
702 | class A:
def __init__(self, txt: str):
self.x: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
d = B("d")
g = A("g")
e = A("e")
f = A("f")
i = A("i")
j = A("j")
c.x = d
c.s = i
d.x = e
g.x = d
g... | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
d = B("d")
g = A("g")
e = A("e")
f = A("f")
i = A("i")
j = A("j")
c.x = d
c.s = i
d.x = e
g.x = d
g... | e | d | e | j | f | x | x | x | f | j | e | d | e | x | x | x | 7 | 13 | 2 | 4 | 1 |
703 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
f = A("f")
i = B("i")
d = A("d")
h = B("h")
g = A("g")
j = B("j")
e = B("e")
f.u = h
i.t = j
d.u = h
h.t = j
g.u = h
j.t = h
e.t = h
as... | h" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
f = A("f")
i = B("i")
d = A("d")
h = B("h")
g = A("g")
j = B("j")
e = B("e")
f.u = h
i.t = j
d.u = h
h.t = j
g.u = h
j.t = h
e.t = h
as... | e | h | j | h | x | x | x | x | h | j | h | e | x | x | x | x | 7 | 7 | 2 | 3 | 1 |
704 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
d = A("d")
g = B("g")
a = B("a")
i = B("i")
b = B("b")
h = A("h")
d.t = g
g.o = b
g.u = a
a.o = i
a.u = i
i.o ... | b" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
d = A("d")
g = B("g")
a = B("a")
i = B("i")
b = B("b")
h = A("h")
d.t = g
g.o = b
g.u = a
a.o = i
a.u = i
i.o ... | a | i | a | i | a | i | b | x | b | i | a | i | a | i | a | x | 6 | 9 | 2 | 6 | 4 |
705 | class A:
def __init__(self, txt: str):
self.r: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.s: B = None
self.txt = txt
e = A("e")
j = B("j")
b = A("b")
i = A("i")
c = B("c")
a = A("a")
e.r = j
e.s = i
j.t... | e" | class A:
def __init__(self, txt: str):
self.r: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.s: B = None
self.txt = txt
e = A("e")
j = B("j")
b = A("b")
i = A("i")
c = B("c")
a = A("a")
e.r = j
e.s = i
j.t... | j | e | j | c | j | c | e | x | e | c | j | c | j | e | j | x | 6 | 12 | 2 | 6 | 4 |
706 | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
j = B("j")
i = A("i")
c.y = j
c.q = j
j.z = c
i.y = j
i.q = j
assert c.q.z.q.txt == " | j" | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
j = B("j")
i = A("i")
c.y = j
c.q = j
j.z = c
i.y = j
i.q = j
assert c.q.z.q.txt == "j" | c | j | c | j | x | x | x | x | j | c | j | c | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
707 | class A:
def __init__(self, txt: str):
self.r: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.w: A = None
self.txt = txt
b = A("b")
g = B("g")
j = B("j")
e = A("e")
h = A("h")
b.r = j
b.s = g
g.v = j
g.w = ... | g" | class A:
def __init__(self, txt: str):
self.r: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.w: A = None
self.txt = txt
b = A("b")
g = B("g")
j = B("j")
e = A("e")
h = A("h")
b.r = j
b.s = g
g.v = j
g.w = ... | j | g | b | g | x | x | x | x | g | b | g | j | x | x | x | x | 5 | 8 | 2 | 3 | 1 |
708 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.y: B = None
self.txt = txt
a = A("a")
i = B("i")
e = B("e")
f = A("f")
g = B("g")
b = B("b")
d = A("d")
a.x = b
i.s = b
i.y = b
e.s = b
e... | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.y: B = None
self.txt = txt
a = A("a")
i = B("i")
e = B("e")
f = A("f")
g = B("g")
b = B("b")
d = A("d")
a.x = b
i.s = b
i.y = b
e.s = b
e... | f | b | i | b | i | b | e | i | i | e | b | i | b | i | b | f | 7 | 10 | 2 | 7 | 4 |
709 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: B = None
self.txt = txt
g = A("g")
a = B("a")
b = A("b")
f = B("f")
h = A("h")
g.y = b
a.q = h
a.p = f
b.y = h
f.q = h
f.p = a
h.y = b... | h" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: B = None
self.txt = txt
g = A("g")
a = B("a")
b = A("b")
f = B("f")
h = A("h")
g.y = b
a.q = h
a.p = f
b.y = h
f.q = h
f.p = a
h.y = b... | f | a | h | b | h | x | x | x | h | b | h | a | f | x | x | x | 5 | 7 | 2 | 4 | 1 |
710 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
b = B("b")
f = B("f")
e = A("e")
h = A("h")
i.w = h
b.p = h
f.p = i
e.w = i
h.w = i
assert b.p.w.w.txt == " | h" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
b = B("b")
f = B("f")
e = A("e")
h = A("h")
i.w = h
b.p = h
f.p = i
e.w = i
h.w = i
assert b.p.w.w.txt == "h" | b | h | i | h | x | x | x | x | h | i | h | b | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
711 | class A:
def __init__(self, txt: str):
self.s: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: A = None
self.txt = txt
b = A("b")
f = B("f")
g = B("g")
j = B("j")
d = B("d")
h = A("h")
a = B("a")
b.s = h
... | b" | class A:
def __init__(self, txt: str):
self.s: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: A = None
self.txt = txt
b = A("b")
f = B("f")
g = B("g")
j = B("j")
d = B("d")
h = A("h")
a = B("a")
b.s = h
... | a | h | b | h | b | h | b | x | b | h | b | h | b | h | a | x | 7 | 12 | 2 | 6 | 4 |
712 | class A:
def __init__(self, txt: str):
self.w: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt = txt
j = A("j")
f = B("f")
b = A("b")
c = B("c")
h = B("h")
i = B("i")
d = B("d")
j.w = f
... | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt = txt
j = A("j")
f = B("f")
b = A("b")
c = B("c")
h = B("h")
i = B("i")
d = B("d")
j.w = f
... | c | b | j | f | b | x | x | x | b | f | j | b | c | x | x | x | 7 | 14 | 2 | 4 | 1 |
713 | class A:
def __init__(self, txt: str):
self.r: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
i = A("i")
g = B("g")
a = B("a")
f = B("f")
j = A("j")
e = A("e")
i.r = g
i.u = f
g.z = i
a.z = j
f.z = e
j.r ... | e" | class A:
def __init__(self, txt: str):
self.r: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
i = A("i")
g = B("g")
a = B("a")
f = B("f")
j = A("j")
e = A("e")
i.r = g
i.u = f
g.z = i
a.z = j
f.z = e
j.r ... | g | i | f | e | x | x | x | x | e | f | i | g | x | x | x | x | 6 | 9 | 2 | 3 | 0 |
714 | class A:
def __init__(self, txt: str):
self.q: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
b = A("b")
a = B("a")
g = B("g")
e = A("e")
i = A("i")
j = B("j")
b.q = e
b.z = j
a.s = i
g.s = b
e.q = i
e.z ... | e" | class A:
def __init__(self, txt: str):
self.q: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
b = A("b")
a = B("a")
g = B("g")
e = A("e")
i = A("i")
j = B("j")
b.q = e
b.z = j
a.s = i
g.s = b
e.q = i
e.z ... | g | b | j | i | a | i | e | x | e | i | a | i | j | b | g | x | 6 | 9 | 2 | 6 | 1 |
715 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
g = A("g")
i = B("i")
a = A("a")
h = B("h")
j = B("j")
g.t = h
i.y = g
a.t = i
h.y = a
j.y = g
assert i.y.t.y.t.y.txt == " | g" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
g = A("g")
i = B("i")
a = A("a")
h = B("h")
j = B("j")
g.t = h
i.y = g
a.t = i
h.y = a
j.y = g
assert i.y.t.y.t.y.txt == "g" | i | g | h | a | i | g | x | x | g | i | a | h | g | i | x | x | 5 | 5 | 2 | 5 | 2 |
716 | class A:
def __init__(self, txt: str):
self.p: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.p: B = None
self.txt = txt
i = A("i")
e = B("e")
c = A("c")
a = B("a")
h = B("h")
d = A("d")
i.p = c
i.y = a
e.t... | i" | class A:
def __init__(self, txt: str):
self.p: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.p: B = None
self.txt = txt
i = A("i")
e = B("e")
c = A("c")
a = B("a")
h = B("h")
d = A("d")
i.p = c
i.y = a
e.t... | i | a | h | a | h | i | x | x | i | h | a | h | a | i | x | x | 6 | 12 | 2 | 5 | 3 |
717 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
f = A("f")
b = B("b")
e = B("e")
i = B("i")
a = A("a")
d = A("d")
f.u = i
b.t = i
e.t = b
i.t = e
a.u = e
d.u = b
assert i.t.t.t.t.t.t.... | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
f = A("f")
b = B("b")
e = B("e")
i = B("i")
a = A("a")
d = A("d")
f.u = i
b.t = i
e.t = b
i.t = e
a.u = e
d.u = b
assert i.t.t.t.t.t.t.... | i | e | b | i | e | b | i | x | i | b | e | i | b | e | i | x | 6 | 6 | 2 | 6 | 4 |
718 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
f = A("f")
i = B("i")
j = A("j")
g = A("g")
e = A("e")
f.o = g
i.p = g
i.v = e
j.o = g
g.o = j
e.o = g
assert ... | j" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
f = A("f")
i = B("i")
j = A("j")
g = A("g")
e = A("e")
f.o = g
i.p = g
i.v = e
j.o = g
g.o = j
e.o = g
assert ... | g | j | g | j | x | x | x | x | j | g | j | g | x | x | x | x | 5 | 6 | 2 | 3 | 2 |
719 | class A:
def __init__(self, txt: str):
self.w: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: B = None
self.txt = txt
j = A("j")
f = B("f")
g = B("g")
c = A("c")
d = A("d")
a = A("a")
h = A("h")
j.w = c
... | d" | class A:
def __init__(self, txt: str):
self.w: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: B = None
self.txt = txt
j = A("j")
f = B("f")
g = B("g")
c = A("c")
d = A("d")
a = A("a")
h = A("h")
j.w = c
... | f | g | d | a | d | a | c | d | d | c | a | d | a | d | g | f | 7 | 13 | 2 | 7 | 3 |
720 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.x: B = None
self.txt = txt
j = A("j")
h = B("h")
g = B("g")
e = A("e")
j.p = h
h.r = e
h.x = g
g.r = j
g.x = h
e.p = g
assert g.x.r.p.r.t... | j" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.x: B = None
self.txt = txt
j = A("j")
h = B("h")
g = B("g")
e = A("e")
j.p = h
h.r = e
h.x = g
g.r = j
g.x = h
e.p = g
assert g.x.r.p.r.t... | g | h | e | g | j | x | x | x | j | g | e | h | g | x | x | x | 4 | 6 | 2 | 4 | 1 |
721 | class A:
def __init__(self, txt: str):
self.z: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
i = A("i")
g = B("g")
d = A("d")
e = A("e")
i.z = e
i.x = g
g.u = i
d.z = e
d.x = g
e.z = i
e.x = g
assert e.z... | e" | class A:
def __init__(self, txt: str):
self.z: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
i = A("i")
g = B("g")
d = A("d")
e = A("e")
i.z = e
i.x = g
g.u = i
d.z = e
d.x = g
e.z = i
e.x = g
assert e.z... | e | i | e | i | e | x | x | x | e | i | e | i | e | x | x | x | 4 | 7 | 2 | 4 | 3 |
722 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.u: A = None
self.txt = txt
c = A("c")
g = B("g")
i = B("i")
a = A("a")
h = A("h")
c.y = g
g.t = a
g.u = h
i.t = h
i.u = c
a.y = g
h.y = g... | g" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.u: A = None
self.txt = txt
c = A("c")
g = B("g")
i = B("i")
a = A("a")
h = A("h")
c.y = g
g.t = a
g.u = h
i.t = h
i.u = c
a.y = g
h.y = g... | c | g | a | g | x | x | x | x | g | a | g | c | x | x | x | x | 5 | 7 | 2 | 3 | 1 |
723 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.w: A = None
self.txt = txt
g = A("g")
f = B("f")
e = A("e")
g.v = e
f.v = e
f.w = e
e.v = g
assert f.v.v.v.txt == " | e" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.w: A = None
self.txt = txt
g = A("g")
f = B("f")
e = A("e")
g.v = e
f.v = e
f.w = e
e.v = g
assert f.v.v.v.txt == "e" | f | e | g | e | x | x | x | x | e | g | e | f | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
724 | class A:
def __init__(self, txt: str):
self.w: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
b = A("b")
j = B("j")
g = B("g")
h = A("h")
b.w = h
b.v = g
j.o = h
g.o = b
h.w = b
h.v = j
assert b.w.w.w.txt... | h" | class A:
def __init__(self, txt: str):
self.w: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
b = A("b")
j = B("j")
g = B("g")
h = A("h")
b.w = h
b.v = g
j.o = h
g.o = b
h.w = b
h.v = j
assert b.w.w.w.txt... | b | h | b | h | x | x | x | x | h | b | h | b | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
725 | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
g = B("g")
e = A("e")
c = A("c")
b.o = g
b.q = e
g.y = c
e.o = g
e.q = c
c.o = g
c.q = e
assert c.o... | e" | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
g = B("g")
e = A("e")
c = A("c")
b.o = g
b.q = e
g.y = c
e.o = g
e.q = c
c.o = g
c.q = e
assert c.o... | c | g | c | e | x | x | x | x | e | c | g | c | x | x | x | x | 4 | 7 | 2 | 3 | 1 |
726 | class A:
def __init__(self, txt: str):
self.r: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
a = A("a")
f = B("f")
d = B("d")
i = A("i")
e = A("e")
a.r = d
a.t = i
f.v = d
f.z = ... | a" | class A:
def __init__(self, txt: str):
self.r: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
a = A("a")
f = B("f")
d = B("d")
i = A("i")
e = A("e")
a.r = d
a.t = i
f.v = d
f.z = ... | i | d | f | i | d | a | x | x | a | d | i | f | d | i | x | x | 5 | 10 | 2 | 5 | 2 |
727 | class A:
def __init__(self, txt: str):
self.p: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
c = B("c")
d = B("d")
a = A("a")
f = A("f")
i = A("i")
e.p = c
e.w = c
c.s = d
d.s = c
a.p = d
a.w ... | c" | class A:
def __init__(self, txt: str):
self.p: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
c = B("c")
d = B("d")
a = A("a")
f = A("f")
i = A("i")
e.p = c
e.w = c
c.s = d
d.s = c
a.p = d
a.w ... | a | c | d | c | d | c | x | x | c | d | c | d | c | a | x | x | 6 | 7 | 2 | 5 | 3 |
728 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.v: A = None
self.txt = txt
d = A("d")
a = B("a")
b = A("b")
c = A("c")
f = A("f")
j = B("j")
d.y = j
a.u = j
a.v = b
b.y = j
c.y = j
f.y ... | b" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.v: A = None
self.txt = txt
d = A("d")
a = B("a")
b = A("b")
c = A("c")
f = A("f")
j = B("j")
d.y = j
a.u = j
a.v = b
b.y = j
c.y = j
f.y ... | f | a | j | c | j | a | b | x | b | a | j | c | j | a | f | x | 6 | 8 | 2 | 6 | 2 |
729 | class A:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.u: B = None
self.txt = txt
d = A("d")
e = B("e")
g = A("g")
i = B("i")
a = A("a")
d.u = i
d.r = g
e.p = i
e.u = ... | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.u: B = None
self.txt = txt
d = A("d")
e = B("e")
g = A("g")
i = B("i")
a = A("a")
d.u = i
d.r = g
e.p = i
e.u = ... | a | g | e | i | e | i | x | x | i | e | i | e | g | a | x | x | 5 | 8 | 2 | 5 | 2 |
730 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
i = A("i")
h = B("h")
e = B("e")
a = B("a")
g = A("g")
c = A("c")
d = B("d")
i.p = e
h.w = g
h.q = g
e.w = i
e... | e" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
i = A("i")
h = B("h")
e = B("e")
a = B("a")
g = A("g")
c = A("c")
d = B("d")
i.p = e
h.w = g
h.q = g
e.w = i
e... | i | e | i | e | i | e | i | e | e | i | e | i | e | i | e | i | 7 | 10 | 2 | 7 | 6 |
731 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
a = B("a")
j = A("j")
d.x = a
a.x = j
j.x = a
assert d.x.x.x.txt == " | a" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
a = B("a")
j = A("j")
d.x = a
a.x = j
j.x = a
assert d.x.x.x.txt == "a" | d | a | j | a | x | x | x | x | a | j | a | d | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
732 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
j = A("j")
a = B("a")
g = A("g")
f = B("f")
i = A("i")
h = B("h")
d = B("d")
j.v = d
a.p = d
g.v = d
f.p = d
i.v = f
h.p = d
d.p = a
as... | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
j = A("j")
a = B("a")
g = A("g")
f = B("f")
i = A("i")
h = B("h")
d = B("d")
j.v = d
a.p = d
g.v = d
f.p = d
i.v = f
h.p = d
d.p = a
as... | g | d | a | d | a | d | a | x | a | d | a | d | a | d | g | x | 7 | 7 | 2 | 6 | 4 |
733 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
i = A("i")
f = B("f")
b = A("b")
e = B("e")
i.u = b
f.w = e
b.u = i
e.w = f
assert i.u.u.u.u.txt == " | i" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
i = A("i")
f = B("f")
b = A("b")
e = B("e")
i.u = b
f.w = e
b.u = i
e.w = f
assert i.u.u.u.u.txt == "i" | i | b | i | b | i | x | x | x | i | b | i | b | i | x | x | x | 4 | 4 | 2 | 4 | 3 |
734 | class A:
def __init__(self, txt: str):
self.z: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
i = B("i")
h = A("h")
d.z = h
d.s = h
i.v = h
h.z = d
h.s = d
assert d.z.s.z.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
i = B("i")
h = A("h")
d.z = h
d.s = h
i.v = h
h.z = d
h.s = d
assert d.z.s.z.txt == "h" | d | h | d | h | x | x | x | x | h | d | h | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
735 | class A:
def __init__(self, txt: str):
self.v: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.z: A = None
self.txt = txt
i = A("i")
a = B("a")
j = B("j")
f = A("f")
e = A("e")
c = A("c")
i.v = c
i.y = c
a.u... | e" | class A:
def __init__(self, txt: str):
self.v: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.z: A = None
self.txt = txt
i = A("i")
a = B("a")
j = B("j")
f = A("f")
e = A("e")
c = A("c")
i.v = c
i.y = c
a.u... | e | c | f | e | c | e | x | x | e | c | e | f | c | e | x | x | 6 | 9 | 2 | 5 | 3 |
736 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
g = A("g")
a = B("a")
e = B("e")
g.s = e
a.w = e
e.w = a
assert e.w.w.w.txt == " | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
g = A("g")
a = B("a")
e = B("e")
g.s = e
a.w = e
e.w = a
assert e.w.w.w.txt == "a" | e | a | e | a | x | x | x | x | a | e | a | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
737 | class A:
def __init__(self, txt: str):
self.t: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
i = A("i")
f = B("f")
a = A("a")
d = B("d")
b = B("b")
g = A("g")
j = A("j")
i.t = g
i.z = d
f.s = a
a.t = g
a... | f" | class A:
def __init__(self, txt: str):
self.t: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
i = A("i")
f = B("f")
a = A("a")
d = B("d")
b = B("b")
g = A("g")
j = A("j")
i.t = g
i.z = d
f.s = a
a.t = g
a... | b | j | a | f | a | f | x | x | f | a | f | a | j | b | x | x | 7 | 11 | 2 | 5 | 2 |
738 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
b = A("b")
e = B("e")
c = A("c")
b.q = c
e.o = c
e.s = b
c.q = b
assert c.q.q.q.txt == " | b" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
b = A("b")
e = B("e")
c = A("c")
b.q = c
e.o = c
e.s = b
c.q = b
assert c.q.q.q.txt == "b" | c | b | c | b | x | x | x | x | b | c | b | c | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
739 | class A:
def __init__(self, txt: str):
self.s: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.z: A = None
self.txt = txt
h = A("h")
i = B("i")
f = B("f")
b = A("b")
h.s = b
h.t = b
i.p = b
i.z = h
f.p = b
f... | b" | class A:
def __init__(self, txt: str):
self.s: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.z: A = None
self.txt = txt
h = A("h")
i = B("i")
f = B("f")
b = A("b")
h.s = b
h.t = b
i.p = b
i.z = h
f.p = b
f... | h | b | h | b | x | x | x | x | b | h | b | h | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
740 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
j = A("j")
b = B("b")
h = A("h")
d = B("d")
c = B("c")
e = B("e")
a = A("a")
j.x = d
b.u = c
h.x = b
d.u = c
c.u = e
e.u = d
a.x = c
as... | e" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
j = A("j")
b = B("b")
h = A("h")
d = B("d")
c = B("c")
e = B("e")
a = A("a")
j.x = d
b.u = c
h.x = b
d.u = c
c.u = e
e.u = d
a.x = c
as... | h | b | c | e | x | x | x | x | e | c | b | h | x | x | x | x | 7 | 7 | 2 | 3 | 0 |
741 | class A:
def __init__(self, txt: str):
self.o: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: A = None
self.txt = txt
b = A("b")
j = B("j")
a = B("a")
d = B("d")
h = B("h")
c = B("c")
e = A("e")
b.o = e
... | e" | class A:
def __init__(self, txt: str):
self.o: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: A = None
self.txt = txt
b = A("b")
j = B("j")
a = B("a")
d = B("d")
h = B("h")
c = B("c")
e = A("e")
b.o = e
... | e | b | e | b | e | x | x | x | e | b | e | b | e | x | x | x | 7 | 11 | 2 | 4 | 3 |
742 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
g = A("g")
c = B("c")
e = B("e")
g.z = c
c.v = g
e.v = g
assert e.v.z.v.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
g = A("g")
c = B("c")
e = B("e")
g.z = c
c.v = g
e.v = g
assert e.v.z.v.txt == "g" | e | g | c | g | x | x | x | x | g | c | g | e | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
743 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
e = A("e")
f = B("f")
h = B("h")
c = A("c")
g = B("g")
b = B("b")
e.z = c
f.x = h
h.x = b
c.z = e
g.x = b
b.x = g
assert e.z.z.z.z.z.tx... | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
e = A("e")
f = B("f")
h = B("h")
c = A("c")
g = B("g")
b = B("b")
e.z = c
f.x = h
h.x = b
c.z = e
g.x = b
b.x = g
assert e.z.z.z.z.z.tx... | e | c | e | c | e | c | x | x | c | e | c | e | c | e | x | x | 6 | 6 | 2 | 5 | 4 |
744 | class A:
def __init__(self, txt: str):
self.w: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
a = A("a")
g = B("g")
e = B("e")
j = A("j")
a.w = j
a.z = g
g.r = e
e.r = g
j.w = a
j.z = g
assert e.r.r.r.r.t... | e" | class A:
def __init__(self, txt: str):
self.w: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
a = A("a")
g = B("g")
e = B("e")
j = A("j")
a.w = j
a.z = g
g.r = e
e.r = g
j.w = a
j.z = g
assert e.r.r.r.r.t... | e | g | e | g | e | x | x | x | e | g | e | g | e | x | x | x | 4 | 6 | 2 | 4 | 3 |
745 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.p: B = None
self.txt = txt
e = A("e")
c = B("c")
h = B("h")
b = B("b")
j = B("j")
i = B("i")
d = A("d")
e.p = d
c.r = i
c.p = b
h.r = c
h... | b" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.p: B = None
self.txt = txt
e = A("e")
c = B("c")
h = B("h")
b = B("b")
j = B("j")
i = B("i")
d = A("d")
e.p = d
c.r = i
c.p = b
h.r = c
h... | c | i | c | b | x | x | x | x | b | c | i | c | x | x | x | x | 7 | 10 | 2 | 3 | 1 |
746 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
h = A("h")
i = B("i")
j = A("j")
a = B("a")
h.o = a
i.v = a
j.o = i
a.v = i
assert a.v.v.v.txt == " | i" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
h = A("h")
i = B("i")
j = A("j")
a = B("a")
h.o = a
i.v = a
j.o = i
a.v = i
assert a.v.v.v.txt == "i" | a | i | a | i | x | x | x | x | i | a | i | a | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
747 | class A:
def __init__(self, txt: str):
self.o: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.z: A = None
self.txt = txt
h = A("h")
j = B("j")
b = B("b")
e = A("e")
h.o = b
h.z = e
j.y = b
j.z = e
b.y = j
b... | b" | class A:
def __init__(self, txt: str):
self.o: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.z: A = None
self.txt = txt
h = A("h")
j = B("j")
b = B("b")
e = A("e")
h.o = b
h.z = e
j.y = b
j.z = e
b.y = j
b... | e | h | e | h | b | x | x | x | b | h | e | h | e | x | x | x | 4 | 8 | 2 | 4 | 2 |
748 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: B = None
self.txt = txt
f = A("f")
g = B("g")
j = B("j")
e = B("e")
a = A("a")
h = A("h")
f.t = g
g.t = f
g.y = j
j.t = a
j.y = e
e.t ... | a" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: B = None
self.txt = txt
f = A("f")
g = B("g")
j = B("j")
e = B("e")
a = A("a")
h = A("h")
f.t = g
g.t = f
g.y = j
j.t = a
j.y = e
e.t ... | f | g | j | e | a | x | x | x | a | e | j | g | f | x | x | x | 6 | 9 | 2 | 4 | 0 |
749 | class A:
def __init__(self, txt: str):
self.y: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
d = B("d")
c = A("c")
a = B("a")
i = A("i")
g = A("g")
j.y = d
j.t = a
d.o = j
c.y = a
c.t = d
a.o ... | a" | class A:
def __init__(self, txt: str):
self.y: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
d = B("d")
c = A("c")
a = B("a")
i = A("i")
g = A("g")
j.y = d
j.t = a
d.o = j
c.y = a
c.t = d
a.o ... | j | d | j | a | c | a | x | x | a | c | a | j | d | j | x | x | 6 | 9 | 2 | 5 | 2 |
750 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
h = B("h")
j = B("j")
c = A("c")
g = A("g")
d.t = h
h.v = d
j.v = d
c.t = j
g.t = j
assert d.t.v.t.v.txt == " | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
h = B("h")
j = B("j")
c = A("c")
g = A("g")
d.t = h
h.v = d
j.v = d
c.t = j
g.t = j
assert d.t.v.t.v.txt == "d" | d | h | d | h | d | x | x | x | d | h | d | h | d | x | x | x | 5 | 5 | 2 | 4 | 3 |
751 | class A:
def __init__(self, txt: str):
self.x: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.w: A = None
self.txt = txt
a = A("a")
b = B("b")
g = A("g")
e = B("e")
a.x = g
a.y = g
b.v = e
b.w = g
g.x = a
g... | b" | class A:
def __init__(self, txt: str):
self.x: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.w: A = None
self.txt = txt
a = A("a")
b = B("b")
g = A("g")
e = B("e")
a.x = g
a.y = g
b.v = e
b.w = g
g.x = a
g... | b | e | b | e | b | x | x | x | b | e | b | e | b | x | x | x | 4 | 6 | 2 | 4 | 3 |
752 | class A:
def __init__(self, txt: str):
self.r: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
c = A("c")
b = B("b")
a = B("a")
e = B("e")
h = B("h")
j = A("j")
i = A("i")
c.r = e
c.q = a
b.r = a
a.r = h
e... | h" | class A:
def __init__(self, txt: str):
self.r: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
c = A("c")
b = B("b")
a = B("a")
e = B("e")
h = B("h")
j = A("j")
i = A("i")
c.r = e
c.q = a
b.r = a
a.r = h
e... | e | b | a | h | x | x | x | x | h | a | b | e | x | x | x | x | 7 | 10 | 2 | 3 | 0 |
753 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.p: B = None
self.txt = txt
b = A("b")
j = B("j")
f = A("f")
g = A("g")
c = B("c")
e = B("e")
a = B("a")
b.t = f
j.z = e
j.p = c
f.t = b
g... | j" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.p: B = None
self.txt = txt
b = A("b")
j = B("j")
f = A("f")
g = A("g")
c = B("c")
e = B("e")
a = B("a")
b.t = f
j.z = e
j.p = c
f.t = b
g... | e | j | e | a | e | j | c | j | j | c | j | e | a | e | j | e | 7 | 11 | 2 | 7 | 4 |
754 | class A:
def __init__(self, txt: str):
self.r: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
j = A("j")
f = B("f")
h = A("h")
e = B("e")
j.r = e
j.o = h
f.w = e
h.r = e
h.o = j
e.w = f
assert j.o.o.o.o.t... | j" | class A:
def __init__(self, txt: str):
self.r: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
j = A("j")
f = B("f")
h = A("h")
e = B("e")
j.r = e
j.o = h
f.w = e
h.r = e
h.o = j
e.w = f
assert j.o.o.o.o.t... | j | h | j | h | j | x | x | x | j | h | j | h | j | x | x | x | 4 | 6 | 2 | 4 | 3 |
755 | class A:
def __init__(self, txt: str):
self.x: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
d = A("d")
a = B("a")
b = B("b")
i = A("i")
g = A("g")
c = A("c")
d.x = i
d.s = g
a.w = i
b.w = i
i.x = c
i.s ... | i" | class A:
def __init__(self, txt: str):
self.x: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
d = A("d")
a = B("a")
b = B("b")
i = A("i")
g = A("g")
c = A("c")
d.x = i
d.s = g
a.w = i
b.w = i
i.x = c
i.s ... | a | i | d | g | i | d | i | x | i | d | i | g | d | i | a | x | 6 | 10 | 2 | 6 | 3 |
756 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
i = A("i")
h = B("h")
j = A("j")
b = B("b")
i.z = j
h.w = b
j.z = i
b.w = h
assert i.z.z.z.z.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
i = A("i")
h = B("h")
j = A("j")
b = B("b")
i.z = j
h.w = b
j.z = i
b.w = h
assert i.z.z.z.z.txt == "i" | i | j | i | j | i | x | x | x | i | j | i | j | i | x | x | x | 4 | 4 | 2 | 4 | 3 |
757 | class A:
def __init__(self, txt: str):
self.w: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
e = A("e")
a = A("a")
j = A("j")
h.w = e
h.z = a
i.r = c
c.r = i
e.w = h
e.z ... | a" | class A:
def __init__(self, txt: str):
self.w: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
e = A("e")
a = A("a")
j = A("j")
h.w = e
h.z = a
i.r = c
c.r = i
e.w = h
e.z ... | e | h | e | j | a | h | a | x | a | h | a | j | e | h | e | x | 6 | 8 | 2 | 6 | 3 |
758 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.w: B = None
self.txt = txt
a = A("a")
b = B("b")
e = A("e")
g = B("g")
a.z = g
b.s = a
b.w = g
e.z = b
g.s = e
g.w = b
assert b.s.z.s.txt... | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.w: B = None
self.txt = txt
a = A("a")
b = B("b")
e = A("e")
g = B("g")
a.z = g
b.s = a
b.w = g
e.z = b
g.s = e
g.w = b
assert b.s.z.s.txt... | b | a | g | e | x | x | x | x | e | g | a | b | x | x | x | x | 4 | 6 | 2 | 3 | 0 |
759 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
j = A("j")
g = B("g")
e = B("e")
d = B("d")
j.y = g
g.t = e
e.t = d
d.t = e
assert j.y.t.t.t.txt == " | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
j = A("j")
g = B("g")
e = B("e")
d = B("d")
j.y = g
g.t = e
e.t = d
d.t = e
assert j.y.t.t.t.txt == "e" | j | g | e | d | e | x | x | x | e | d | e | g | j | x | x | x | 4 | 4 | 2 | 4 | 1 |
760 | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
d = A("d")
h = B("h")
e = B("e")
a = B("a")
g = B("g")
f = B("f")
d.y = a
d.w = g
h.o... | d" | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
d = A("d")
h = B("h")
e = B("e")
a = B("a")
g = B("g")
f = B("f")
d.y = a
d.w = g
h.o... | h | d | g | d | x | x | x | x | d | g | d | h | x | x | x | x | 6 | 7 | 2 | 3 | 1 |
761 | class A:
def __init__(self, txt: str):
self.p: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
d = A("d")
j = B("j")
h = B("h")
a = A("a")
b = B("b")
d.p = h
d.v = a
j.y = a
h.y = d
a.p = b
a.v = d
b.y = d... | d" | class A:
def __init__(self, txt: str):
self.p: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
d = A("d")
j = B("j")
h = B("h")
a = A("a")
b = B("b")
d.p = h
d.v = a
j.y = a
h.y = d
a.p = b
a.v = d
b.y = d... | d | a | b | d | h | d | x | x | d | h | d | b | a | d | x | x | 5 | 7 | 2 | 5 | 2 |
762 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.x: A = None
self.txt = txt
i = A("i")
a = B("a")
b = B("b")
d = B("d")
e = B("e")
g = A("g")
i.q = b
a.z = g
a.x = g
b.z = g
b.x = g
d.z ... | g" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.x: A = None
self.txt = txt
i = A("i")
a = B("a")
b = B("b")
d = B("d")
e = B("e")
g = A("g")
i.q = b
a.z = g
a.x = g
b.z = g
b.x = g
d.z ... | d | g | b | g | b | g | x | x | g | b | g | b | g | d | x | x | 6 | 7 | 2 | 5 | 3 |
763 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.s: A = None
self.txt = txt
f = A("f")
d = B("d")
a = A("a")
b = A("b")
c = A("c")
e = B("e")
h = A("h")
f.v = d
d.p = e
d.s = f
a.v = d
b... | d" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.s: A = None
self.txt = txt
f = A("f")
d = B("d")
a = A("a")
b = A("b")
c = A("c")
e = B("e")
h = A("h")
f.v = d
d.p = e
d.s = f
a.v = d
b... | f | d | e | d | x | x | x | x | d | e | d | f | x | x | x | x | 7 | 9 | 2 | 3 | 1 |
764 | class A:
def __init__(self, txt: str):
self.t: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
h = A("h")
a = B("a")
c = A("c")
g = A("g")
d = A("d")
h.t = a
h.x = c
a.z = h
c.t = a
c.x = g
g.t = a
g.x = c... | h" | class A:
def __init__(self, txt: str):
self.t: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
h = A("h")
a = B("a")
c = A("c")
g = A("g")
d = A("d")
h.t = a
h.x = c
a.z = h
c.t = a
c.x = g
g.t = a
g.x = c... | g | c | g | a | h | x | x | x | h | a | g | c | g | x | x | x | 5 | 9 | 2 | 4 | 1 |
765 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.x: B = None
self.txt = txt
f = A("f")
i = B("i")
a = A("a")
c = B("c")
j = A("j")
g = B("g")
f.u = i
i.w = j
i.x = g
a.u = g
c.w = j
c.x ... | a" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.x: B = None
self.txt = txt
f = A("f")
i = B("i")
a = A("a")
c = B("c")
j = A("j")
g = B("g")
f.u = i
i.w = j
i.x = g
a.u = g
c.w = j
c.x ... | j | c | i | g | a | x | x | x | a | g | i | c | j | x | x | x | 6 | 9 | 2 | 4 | 0 |
766 | class A:
def __init__(self, txt: str):
self.v: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.r: B = None
self.txt = txt
a = A("a")
c = B("c")
g = A("g")
e = B("e")
h = B("h")
j = B("j")
i = B("i")
a.v = g
... | c" | class A:
def __init__(self, txt: str):
self.v: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.r: B = None
self.txt = txt
a = A("a")
c = B("c")
g = A("g")
e = B("e")
h = B("h")
j = B("j")
i = B("i")
a.v = g
... | j | i | e | i | h | j | c | x | c | j | h | i | e | i | j | x | 7 | 12 | 2 | 6 | 2 |
767 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.r: B = None
self.txt = txt
a = A("a")
e = B("e")
f = B("f")
c = B("c")
h = A("h")
b = B("b")
a.y = h
e.x = h
e.r = c
f.x = a
f.r = b
c.x ... | h" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.r: B = None
self.txt = txt
a = A("a")
e = B("e")
f = B("f")
c = B("c")
h = A("h")
b = B("b")
a.y = h
e.x = h
e.r = c
f.x = a
f.r = b
c.x ... | a | h | a | h | a | h | x | x | h | a | h | a | h | a | x | x | 6 | 10 | 2 | 5 | 4 |
768 | class A:
def __init__(self, txt: str):
self.w: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.v: B = None
self.txt = txt
d = A("d")
i = B("i")
a = A("a")
j = B("j")
d.w = a
d.p = j
i.t = j
i.v = j
a.w = d
a... | i" | class A:
def __init__(self, txt: str):
self.w: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.v: B = None
self.txt = txt
d = A("d")
i = B("i")
a = A("a")
j = B("j")
d.w = a
d.p = j
i.t = j
i.v = j
a.w = d
a... | i | j | i | j | i | x | x | x | i | j | i | j | i | x | x | x | 4 | 6 | 2 | 4 | 3 |
769 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
b = A("b")
a = B("a")
e = B("e")
g = A("g")
f = B("f")
i = B("i")
b.z = g
a.t = g
e.t = g
g.z = b
f.t = b
i.t = b
assert f.t.z.z.z.z.z.... | g" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
b = A("b")
a = B("a")
e = B("e")
g = A("g")
f = B("f")
i = B("i")
b.z = g
a.t = g
e.t = g
g.z = b
f.t = b
i.t = b
assert f.t.z.z.z.z.z.... | f | b | g | b | g | b | g | x | g | b | g | b | g | b | f | x | 6 | 6 | 2 | 6 | 4 |
770 | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
i = A("i")
b = B("b")
g = B("g")
d = A("d")
a = A("a")
i.s = b
i.q = d
b.o = i
b.u = ... | i" | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
i = A("i")
b = B("b")
g = B("g")
d = A("d")
a = A("a")
i.s = b
i.q = d
b.o = i
b.u = ... | g | i | d | b | i | x | x | x | i | b | d | i | g | x | x | x | 5 | 10 | 2 | 4 | 1 |
771 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
d = A("d")
b = B("b")
h = A("h")
f = B("f")
g = B("g")
a = B("a")
c = B("c")
d.q = c
b.p = g
h.q = a
f.p = c
g.p = b
a.p = g
c.p = b
as... | b" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
d = A("d")
b = B("b")
h = A("h")
f = B("f")
g = B("g")
a = B("a")
c = B("c")
d.q = c
b.p = g
h.q = a
f.p = c
g.p = b
a.p = g
c.p = b
as... | g | b | g | b | g | b | x | x | b | g | b | g | b | g | x | x | 7 | 7 | 2 | 5 | 4 |
772 | class A:
def __init__(self, txt: str):
self.r: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
h = A("h")
g = B("g")
f = A("f")
a = A("a")
i = A("i")
b = B("b")
d = B("d")
h.r = b
h.z = a
g.w = f
f.r = b
f... | d" | class A:
def __init__(self, txt: str):
self.r: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
h = A("h")
g = B("g")
f = A("f")
a = A("a")
i = A("i")
b = B("b")
d = B("d")
h.r = b
h.z = a
g.w = f
f.r = b
f... | g | f | h | a | b | i | d | x | d | i | b | a | h | f | g | x | 7 | 11 | 2 | 6 | 0 |
773 | class A:
def __init__(self, txt: str):
self.y: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
b = A("b")
d = B("d")
g = A("g")
f = B("f")
b.y = d
b.o = f
d.p = f
g.y = f
g.o = d
f.p = d
assert f.p.p.p.txt... | d" | class A:
def __init__(self, txt: str):
self.y: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
b = A("b")
d = B("d")
g = A("g")
f = B("f")
b.y = d
b.o = f
d.p = f
g.y = f
g.o = d
f.p = d
assert f.p.p.p.txt... | f | d | f | d | x | x | x | x | d | f | d | f | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
774 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
d = A("d")
h = B("h")
c = B("c")
f = A("f")
i = A("i")
d.v = c
h.v = c
c.v = h
f.v = c
i.v = h
assert c.v.v.v.v.txt == " | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
d = A("d")
h = B("h")
c = B("c")
f = A("f")
i = A("i")
d.v = c
h.v = c
c.v = h
f.v = c
i.v = h
assert c.v.v.v.v.txt == "c" | c | h | c | h | c | x | x | x | c | h | c | h | c | x | x | x | 5 | 5 | 2 | 4 | 3 |
775 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
g = A("g")
a = B("a")
j = B("j")
b = B("b")
i = A("i")
c = A("c")
g.o = b
a.w = g
j.w = i
b.w = i
i.o = b
c.o = a
assert i.o.w.o.w.txt ... | i" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
g = A("g")
a = B("a")
j = B("j")
b = B("b")
i = A("i")
c = A("c")
g.o = b
a.w = g
j.w = i
b.w = i
i.o = b
c.o = a
assert i.o.w.o.w.txt ... | i | b | i | b | i | x | x | x | i | b | i | b | i | x | x | x | 6 | 6 | 2 | 4 | 3 |
776 | class A:
def __init__(self, txt: str):
self.s: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
a.s = c
a.t = b
b.z = c
c.s = a
c.t = b
assert a.t.z.s.txt == " | a" | class A:
def __init__(self, txt: str):
self.s: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
b = B("b")
c = A("c")
a.s = c
a.t = b
b.z = c
c.s = a
c.t = b
assert a.t.z.s.txt == "a" | a | b | c | a | x | x | x | x | a | c | b | a | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
777 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
b = B("b")
d = B("d")
i = A("i")
h = A("h")
g = A("g")
f = A("f")
e.y = b
b.o = g
d.o = e
i.y = b
h.y = b
g.y = d
f.y = b
as... | d" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
b = B("b")
d = B("d")
i = A("i")
h = A("h")
g = A("g")
f = A("f")
e.y = b
b.o = g
d.o = e
i.y = b
h.y = b
g.y = d
f.y = b
as... | h | b | g | d | x | x | x | x | d | g | b | h | x | x | x | x | 7 | 7 | 2 | 3 | 0 |
778 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.p: B = None
self.txt = txt
b = A("b")
g = B("g")
e = B("e")
d = B("d")
j = B("j")
h = A("h")
a = A("a")
b.x = h
g.r = j
g.p = d
e.r = j
e... | e" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.p: B = None
self.txt = txt
b = A("b")
g = B("g")
e = B("e")
d = B("d")
j = B("j")
h = A("h")
a = A("a")
b.x = h
g.r = j
g.p = d
e.r = j
e... | e | j | d | e | j | g | d | e | e | d | g | j | e | d | j | e | 7 | 11 | 2 | 7 | 4 |
779 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.o: A = None
self.txt = txt
g = A("g")
j = B("j")
c = B("c")
g.y = j
j.s = c
j.o = g
c.s = j
c.o = g
assert g.y.s.o.txt == " | g" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.o: A = None
self.txt = txt
g = A("g")
j = B("j")
c = B("c")
g.y = j
j.s = c
j.o = g
c.s = j
c.o = g
assert g.y.s.o.txt == "g" | g | j | c | g | x | x | x | x | g | c | j | g | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
780 | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.v: A = None
self.txt = txt
g = A("g")
b = B("b")
a = B("a")
f = B("f")
d = A("d")
e = B("e")
i = A("i")
g.y = b
... | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.v: A = None
self.txt = txt
g = A("g")
b = B("b")
a = B("a")
f = B("f")
d = A("d")
e = B("e")
i = A("i")
g.y = b
... | f | i | b | d | f | i | x | x | i | f | d | b | i | f | x | x | 7 | 11 | 2 | 5 | 2 |
781 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
b = A("b")
f = B("f")
i = A("i")
b.z = f
f.q = b
f.t = i
i.z = f
assert f.t.z.t.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
b = A("b")
f = B("f")
i = A("i")
b.z = f
f.q = b
f.t = i
i.z = f
assert f.t.z.t.txt == "i" | f | i | f | i | x | x | x | x | i | f | i | f | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
782 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
a = A("a")
e = B("e")
d = B("d")
g = B("g")
f = B("f")
a.x = f
e.q = f
d.q = e
g.q = d
f.q = d
assert g.q.q.q.q.q.txt == " | e" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
a = A("a")
e = B("e")
d = B("d")
g = B("g")
f = B("f")
a.x = f
e.q = f
d.q = e
g.q = d
f.q = d
assert g.q.q.q.q.q.txt == "e" | g | d | e | f | d | e | x | x | e | d | f | e | d | g | x | x | 5 | 5 | 2 | 5 | 2 |
783 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
g = A("g")
b = B("b")
i = A("i")
h = B("h")
g.u = i
b.o = i
i.u = g
h.o = g
assert b.o.u.u.txt == " | i" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
g = A("g")
b = B("b")
i = A("i")
h = B("h")
g.u = i
b.o = i
i.u = g
h.o = g
assert b.o.u.u.txt == "i" | b | i | g | i | x | x | x | x | i | g | i | b | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
784 | class A:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
g = A("g")
f = B("f")
c = B("c")
g.x = f
g.w = f
f.x = c
c.x = f
assert c.x.x.x.txt == " | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
g = A("g")
f = B("f")
c = B("c")
g.x = f
g.w = f
f.x = c
c.x = f
assert c.x.x.x.txt == "f" | c | f | c | f | x | x | x | x | f | c | f | c | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
785 | class A:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
a = A("a")
g = B("g")
d = B("d")
a.o = d
a.u = d
g.u = d
d.u = g
assert a.o.u.u.txt == " | d" | class A:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
a = A("a")
g = B("g")
d = B("d")
a.o = d
a.u = d
g.u = d
d.u = g
assert a.o.u.u.txt == "d" | a | d | g | d | x | x | x | x | d | g | d | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
786 | class A:
def __init__(self, txt: str):
self.o: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
i = A("i")
f = B("f")
g = A("g")
b = A("b")
e = A("e")
a = A("a")
h = B("h")
i.o = a
i.y = a
f.q = h
g.o = i
g... | f" | class A:
def __init__(self, txt: str):
self.o: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
i = A("i")
f = B("f")
g = A("g")
b = A("b")
e = A("e")
a = A("a")
h = B("h")
i.o = a
i.y = a
f.q = h
g.o = i
g... | f | h | f | h | f | h | f | x | f | h | f | h | f | h | f | x | 7 | 10 | 2 | 6 | 5 |
787 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
f = A("f")
d = B("d")
g = B("g")
b = B("b")
h = B("h")
a = B("a")
j = A("j")
f.t = j
d.w = b
g.w = d
b.w = d
h.w = g
a.w = d
j.t = f
as... | d" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
f = A("f")
d = B("d")
g = B("g")
b = B("b")
h = B("h")
a = B("a")
j = A("j")
f.t = j
d.w = b
g.w = d
b.w = d
h.w = g
a.w = d
j.t = f
as... | h | g | d | b | d | b | d | x | d | b | d | b | d | g | h | x | 7 | 7 | 2 | 6 | 3 |
788 | class A:
def __init__(self, txt: str):
self.w: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
d = B("d")
e = B("e")
i.w = e
i.t = e
d.p = i
e.p = i
assert d.p.w.p.txt == " | i" | class A:
def __init__(self, txt: str):
self.w: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
d = B("d")
e = B("e")
i.w = e
i.t = e
d.p = i
e.p = i
assert d.p.w.p.txt == "i" | d | i | e | i | x | x | x | x | i | e | i | d | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
789 | class A:
def __init__(self, txt: str):
self.r: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.r: B = None
self.txt = txt
c = A("c")
g = B("g")
e = B("e")
a = A("a")
i = A("i")
c.r = g
c.t = e
g.y = e
g.r = ... | e" | class A:
def __init__(self, txt: str):
self.r: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.r: B = None
self.txt = txt
c = A("c")
g = B("g")
e = B("e")
a = A("a")
i = A("i")
c.r = g
c.t = e
g.y = e
g.r = ... | g | e | g | e | x | x | x | x | e | g | e | g | x | x | x | x | 5 | 7 | 2 | 3 | 2 |
790 | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.t: A = None
self.txt = txt
d = A("d")
a = B("a")
h = B("h")
d.v = a
d.u = a
a.s = d
a.t = d
h.s = d
h.t = d
asse... | d" | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.t: A = None
self.txt = txt
d = A("d")
a = B("a")
h = B("h")
d.v = a
d.u = a
a.s = d
a.t = d
h.s = d
h.t = d
asse... | h | d | a | d | x | x | x | x | d | a | d | h | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
791 | class A:
def __init__(self, txt: str):
self.q: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
f = A("f")
a = B("a")
h = B("h")
e = B("e")
f.q = h
f.o = h
a.w = f
h.w = f
e.w = f
assert e.w.o.w.txt == " | f" | class A:
def __init__(self, txt: str):
self.q: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
f = A("f")
a = B("a")
h = B("h")
e = B("e")
f.q = h
f.o = h
a.w = f
h.w = f
e.w = f
assert e.w.o.w.txt == "f" | e | f | h | f | x | x | x | x | f | h | f | e | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
792 | class A:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.w: B = None
self.txt = txt
d = A("d")
g = B("g")
j = A("j")
f = A("f")
e = A("e")
a = B("a")
d.x = a
d.y = g
g.u... | g" | class A:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.w: B = None
self.txt = txt
d = A("d")
g = B("g")
j = A("j")
f = A("f")
e = A("e")
a = B("a")
d.x = a
d.y = g
g.u... | e | a | g | a | g | a | g | x | g | a | g | a | g | a | e | x | 6 | 8 | 2 | 6 | 4 |
793 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
g = A("g")
e = B("e")
f = B("f")
g.s = e
e.z = g
e.v = g
f.z = g
f.v = g
assert e.v.s.z.txt == " | g" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
g = A("g")
e = B("e")
f = B("f")
g.s = e
e.z = g
e.v = g
f.z = g
f.v = g
assert e.v.s.z.txt == "g" | e | g | e | g | x | x | x | x | g | e | g | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
794 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: A = None
self.txt = txt
d = A("d")
g = B("g")
b = A("b")
a = A("a")
e = B("e")
f = A("f")
d.v = e
g.u = f
g.s = b
b.v = g
a.v = e
e.u ... | e" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: A = None
self.txt = txt
d = A("d")
g = B("g")
b = A("b")
a = A("a")
e = B("e")
f = A("f")
d.v = e
g.u = f
g.s = b
b.v = g
a.v = e
e.u ... | b | g | f | e | a | e | x | x | e | a | e | f | g | b | x | x | 6 | 8 | 2 | 5 | 1 |
795 | class A:
def __init__(self, txt: str):
self.u: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.z: A = None
self.txt = txt
e = A("e")
b = B("b")
d = A("d")
h = B("h")
c = A("c")
e.u = h
e.s = d
b.t = e
b.z = ... | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.z: A = None
self.txt = txt
e = A("e")
b = B("b")
d = A("d")
h = B("h")
c = A("c")
e.u = h
e.s = d
b.t = e
b.z = ... | h | e | d | c | h | e | x | x | e | h | c | d | e | h | x | x | 5 | 8 | 2 | 5 | 2 |
796 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
h = A("h")
f = B("f")
g = B("g")
h.q = g
f.z = g
f.y = g
g.z = f
g.y = f
assert h.q.z.y.txt == " | g" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
h = A("h")
f = B("f")
g = B("g")
h.q = g
f.z = g
f.y = g
g.z = f
g.y = f
assert h.q.z.y.txt == "g" | h | g | f | g | x | x | x | x | g | f | g | h | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
797 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
c = A("c")
e = B("e")
d = B("d")
h = A("h")
j = B("j")
a = A("a")
c.v = h
e.v = h
d.v = a
h.v = a
j.v = c
a.v = h
assert e.v.v.v.v.v.v.... | a" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
c = A("c")
e = B("e")
d = B("d")
h = A("h")
j = B("j")
a = A("a")
c.v = h
e.v = h
d.v = a
h.v = a
j.v = c
a.v = h
assert e.v.v.v.v.v.v.... | e | h | a | h | a | h | a | x | a | h | a | h | a | h | e | x | 6 | 6 | 2 | 6 | 4 |
798 | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
g = A("g")
e = B("e")
f = B("f")
a = B("a")
g.x = a
g.o = e
e.v = g
e.s = g
f.v = g
f... | a" | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
g = A("g")
e = B("e")
f = B("f")
a = B("a")
g.x = a
g.o = e
e.v = g
e.s = g
f.v = g
f... | a | g | a | g | a | x | x | x | a | g | a | g | a | x | x | x | 4 | 5 | 2 | 4 | 3 |
799 | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
b = A("b")
d = B("d")
g = B("g")
j = B("j")
h = A("h")
b.q = j
b.v = h
d.v = b
g.v = b
j.v = h
h.q = d
h.v = b... | h" | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
b = A("b")
d = B("d")
g = B("g")
j = B("j")
h = A("h")
b.q = j
b.v = h
d.v = b
g.v = b
j.v = h
h.q = d
h.v = b... | d | b | j | h | x | x | x | x | h | j | b | d | x | x | x | x | 5 | 7 | 2 | 3 | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.