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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2,000 | class A:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
c = A("c")
a = B("a")
j = B("j")
g = B("g")
i = B("i")
d = A("d")
c.z = d
c.w = d
a.x... | g" | class A:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
c = A("c")
a = B("a")
j = B("j")
g = B("g")
i = B("i")
d = A("d")
c.z = d
c.w = d
a.x... | i | a | j | g | x | x | x | x | g | j | a | i | x | x | x | x | 6 | 10 | 2 | 3 | 0 |
2,001 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
f = A("f")
b = B("b")
i = A("i")
g = A("g")
h = B("h")
f.s = b
b.o = h
i.s = h
g.s = h
h.o = b
assert i.s.o.o.o.txt == " | b" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
f = A("f")
b = B("b")
i = A("i")
g = A("g")
h = B("h")
f.s = b
b.o = h
i.s = h
g.s = h
h.o = b
assert i.s.o.o.o.txt == "b" | i | h | b | h | b | x | x | x | b | h | b | h | i | x | x | x | 5 | 5 | 2 | 4 | 2 |
2,002 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
e = A("e")
d = B("d")
b = A("b")
a = B("a")
g = B("g")
c = B("c")
h = B("h")
e.p = b
d.v = b
b.p = e
a.v = e
g.v = b
c.v = e
h.v = e
as... | b" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
e = A("e")
d = B("d")
b = A("b")
a = B("a")
g = B("g")
c = B("c")
h = B("h")
e.p = b
d.v = b
b.p = e
a.v = e
g.v = b
c.v = e
h.v = e
as... | h | e | b | e | b | x | x | x | b | e | b | e | h | x | x | x | 7 | 7 | 2 | 4 | 2 |
2,003 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
d = A("d")
f = B("f")
h = A("h")
i = B("i")
g = A("g")
b = A("b")
d.v = b
f.y = g
h.v = g
i.y = d
g.v = d
b.v = d
assert d.v.v.v.v.txt ... | d" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
d = A("d")
f = B("f")
h = A("h")
i = B("i")
g = A("g")
b = A("b")
d.v = b
f.y = g
h.v = g
i.y = d
g.v = d
b.v = d
assert d.v.v.v.v.txt ... | d | b | d | b | d | x | x | x | d | b | d | b | d | x | x | x | 6 | 6 | 2 | 4 | 3 |
2,004 | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
j = A("j")
i = B("i")
g = A("g")
j.q = g
j.t = i
i.r = j
i.o = g
g.q = j
g.t = i
asse... | g" | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
j = A("j")
i = B("i")
g = A("g")
j.q = g
j.t = i
i.r = j
i.o = g
g.q = j
g.t = i
asse... | i | g | i | g | x | x | x | x | g | i | g | i | x | x | x | x | 3 | 6 | 2 | 3 | 2 |
2,005 | class A:
def __init__(self, txt: str):
self.z: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
e = A("e")
b = B("b")
g = A("g")
e.z = b
e.p = g
b.r = g
b.z = e
g.z = b
g.p = e
asse... | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
e = A("e")
b = B("b")
g = A("g")
e.z = b
e.p = g
b.r = g
b.z = e
g.z = b
g.p = e
asse... | g | b | g | b | x | x | x | x | b | g | b | g | x | x | x | x | 3 | 6 | 2 | 3 | 2 |
2,006 | class A:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.p: A = None
self.txt = txt
f = A("f")
b = B("b")
e = A("e")
f.z = b
f.v = b
b.x = f
b.p = e
e.z = b
e.v = b
asse... | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.p: A = None
self.txt = txt
f = A("f")
b = B("b")
e = A("e")
f.z = b
f.v = b
b.x = f
b.p = e
e.z = b
e.v = b
asse... | f | b | e | b | x | x | x | x | b | e | b | f | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
2,007 | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
a = A("a")
i = B("i")
f = A("f")
a.t = i
a.q = i
i.w = a
f.t = i
f.q = i
assert i.w.q.w.txt == " | a" | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
a = A("a")
i = B("i")
f = A("f")
a.t = i
a.q = i
i.w = a
f.t = i
f.q = i
assert i.w.q.w.txt == "a" | i | a | i | a | x | x | x | x | a | i | a | i | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,008 | class A:
def __init__(self, txt: str):
self.q: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: B = None
self.txt = txt
c = A("c")
f = B("f")
g = A("g")
e = A("e")
a = A("a")
j = B("j")
d = A("d")
c.q = e
... | j" | class A:
def __init__(self, txt: str):
self.q: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: B = None
self.txt = txt
c = A("c")
f = B("f")
g = A("g")
e = A("e")
a = A("a")
j = B("j")
d = A("d")
c.q = e
... | a | j | g | e | j | x | x | x | j | e | g | j | a | x | x | x | 7 | 14 | 2 | 4 | 1 |
2,009 | 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
h = A("h")
f = B("f")
d = A("d")
h.x = f
f.x = h
d.x = f
assert d.x.x.x.txt == " | f" | 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
h = A("h")
f = B("f")
d = A("d")
h.x = f
f.x = h
d.x = f
assert d.x.x.x.txt == "f" | d | f | h | f | x | x | x | x | f | h | f | d | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,010 | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
b = B("b")
a = A("a")
d.v = b
d.o = a
b.x = a
a.v = b
a.o = d
assert d.o.v.x.txt == " | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
b = B("b")
a = A("a")
d.v = b
d.o = a
b.x = a
a.v = b
a.o = d
assert d.o.v.x.txt == "a" | d | a | b | a | x | x | x | x | a | b | a | d | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
2,011 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
h = A("h")
c = B("c")
a = B("a")
h.z = a
c.o = h
a.o = h
assert a.o.z.o.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
h = A("h")
c = B("c")
a = B("a")
h.z = a
c.o = h
a.o = h
assert a.o.z.o.txt == "h" | a | h | a | h | x | x | x | x | h | a | h | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,012 | 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.z: B = None
self.txt = txt
d = A("d")
a = B("a")
e = A("e")
h = B("h")
b = B("b")
f = A("f")
c = A("c")
d.r = c
d.q = e
a.z = b
e.r = f
e... | e" | 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.z: B = None
self.txt = txt
d = A("d")
a = B("a")
e = A("e")
h = B("h")
b = B("b")
f = A("f")
c = A("c")
d.r = c
d.q = e
a.z = b
e.r = f
e... | e | f | e | f | c | e | f | e | e | f | e | c | f | e | f | e | 7 | 10 | 2 | 7 | 5 |
2,013 | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.p: A = None
self.txt = txt
e = A("e")
b = B("b")
i = B("i")
g = A("g")
c = B("c")
h = B("h")
e.v = i
e.p = g
b.q... | e" | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.p: A = None
self.txt = txt
e = A("e")
b = B("b")
i = B("i")
g = A("g")
c = B("c")
h = B("h")
e.v = i
e.p = g
b.q... | c | h | g | e | x | x | x | x | e | g | h | c | x | x | x | x | 6 | 12 | 2 | 3 | 0 |
2,014 | class A:
def __init__(self, txt: str):
self.v: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
j = A("j")
b = B("b")
c = A("c")
d = B("d")
j.v = b
j.w = d
b.w = c
c.v = d
c.w = b
d.w = c
assert c.v.w.w.w.t... | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
j = A("j")
b = B("b")
c = A("c")
d = B("d")
j.v = b
j.w = d
b.w = c
c.v = d
c.w = b
d.w = c
assert c.v.w.w.w.t... | c | d | c | b | c | x | x | x | c | b | c | d | c | x | x | x | 4 | 6 | 2 | 4 | 2 |
2,015 | class A:
def __init__(self, txt: str):
self.q: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
c = A("c")
d = B("d")
f = B("f")
j = A("j")
h = B("h")
c.q = d
c.u = j
d.s = j
f.s = j
j.q = f
j.u = c
h.s = c... | c" | class A:
def __init__(self, txt: str):
self.q: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
c = A("c")
d = B("d")
f = B("f")
j = A("j")
h = B("h")
c.q = d
c.u = j
d.s = j
f.s = j
j.q = f
j.u = c
h.s = c... | d | j | f | j | c | x | x | x | c | j | f | j | d | x | x | x | 5 | 7 | 2 | 4 | 1 |
2,016 | class A:
def __init__(self, txt: str):
self.t: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
b = A("b")
c = B("c")
j = A("j")
b.t = j
b.q = c
c.o = j
j.t = b
j.q = c
assert j.t.q.o.txt == " | j" | class A:
def __init__(self, txt: str):
self.t: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
b = A("b")
c = B("c")
j = A("j")
b.t = j
b.q = c
c.o = j
j.t = b
j.q = c
assert j.t.q.o.txt == "j" | j | b | c | j | x | x | x | x | j | c | b | j | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
2,017 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
i = B("i")
c = A("c")
h = A("h")
b.u = h
i.y = c
c.u = b
h.u = c
assert i.y.u.u.u.txt == " | c" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
i = B("i")
c = A("c")
h = A("h")
b.u = h
i.y = c
c.u = b
h.u = c
assert i.y.u.u.u.txt == "c" | i | c | b | h | c | x | x | x | c | h | b | c | i | x | x | x | 4 | 4 | 2 | 4 | 1 |
2,018 | 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.o: A = None
self.txt = txt
e = A("e")
i = B("i")
a = B("a")
h = A("h")
g = A("g")
e.x = h
i.r = a
i.o = h
a.r = i
a.o = e
h.x = g
g.x = 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.o: A = None
self.txt = txt
e = A("e")
i = B("i")
a = B("a")
h = A("h")
g = A("g")
e.x = h
i.r = a
i.o = h
a.r = i
a.o = e
h.x = g
g.x = e... | i | a | e | h | g | e | x | x | e | g | h | e | a | i | x | x | 5 | 7 | 2 | 5 | 1 |
2,019 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
b = A("b")
f = B("f")
a = A("a")
i = B("i")
b.s = f
f.u = b
a.s = f
i.u = b
assert a.s.u.s.txt == " | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
b = A("b")
f = B("f")
a = A("a")
i = B("i")
b.s = f
f.u = b
a.s = f
i.u = b
assert a.s.u.s.txt == "f" | a | f | b | f | x | x | x | x | f | b | f | a | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
2,020 | class A:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
h = A("h")
b = B("b")
f = A("f")
i = B("i")
h.o = f
h.s = f
b.x = i
f.o = h
f.s = h
i.x = b
assert f.o.s.s.o.t... | f" | class A:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
h = A("h")
b = B("b")
f = A("f")
i = B("i")
h.o = f
h.s = f
b.x = i
f.o = h
f.s = h
i.x = b
assert f.o.s.s.o.t... | f | h | f | h | f | x | x | x | f | h | f | h | f | x | x | x | 4 | 4 | 2 | 4 | 3 |
2,021 | class A:
def __init__(self, txt: str):
self.o: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
f = A("f")
b = B("b")
h = A("h")
j = A("j")
a = A("a")
g = B("g")
d = B("d")
f.o = j
f.v = h
b.r = g
h.o = j
h... | b" | class A:
def __init__(self, txt: str):
self.o: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
f = A("f")
b = B("b")
h = A("h")
j = A("j")
a = A("a")
g = B("g")
d = B("d")
f.o = j
f.v = h
b.r = g
h.o = j
h... | b | g | b | g | b | x | x | x | b | g | b | g | b | x | x | x | 7 | 11 | 2 | 4 | 3 |
2,022 | class A:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
g = A("g")
c = B("c")
d = A("d")
a = B("a")
g.v = d
g.s = d
c.s = a
c.o = a
d.v = g
d... | c" | class A:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
g = A("g")
c = B("c")
d = A("d")
a = B("a")
g.v = d
g.s = d
c.s = a
c.o = a
d.v = g
d... | a | c | a | c | x | x | x | x | c | a | c | a | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
2,023 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
c = A("c")
e = B("e")
g = B("g")
i = A("i")
b = B("b")
c.z = i
e.v = c
e.s = i
g.v = i
g.s = i
i.z = c
b.v = c... | i" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
c = A("c")
e = B("e")
g = B("g")
i = A("i")
b = B("b")
c.z = i
e.v = c
e.s = i
g.v = i
g.s = i
i.z = c
b.v = c... | c | i | c | i | x | x | x | x | i | c | i | c | x | x | x | x | 5 | 6 | 2 | 3 | 2 |
2,024 | 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.z: A = None
self.txt = txt
b = A("b")
g = B("g")
j = B("j")
e = A("e")
f = B("f")
d = A("d")
c = A("c")
b.o = c
b.w = c
g.z = d
j.z = d
e... | b" | 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.z: A = None
self.txt = txt
b = A("b")
g = B("g")
j = B("j")
e = A("e")
f = B("f")
d = A("d")
c = A("c")
b.o = c
b.w = c
g.z = d
j.z = d
e... | d | c | d | b | c | e | b | x | b | e | c | b | d | c | d | x | 7 | 10 | 2 | 6 | 3 |
2,025 | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
b = A("b")
g = B("g")
i = B("i")
b.t = g
b.s = i
g.x = i
i.x = g
assert b.s.x.x.txt == " | i" | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
b = A("b")
g = B("g")
i = B("i")
b.t = g
b.s = i
g.x = i
i.x = g
assert b.s.x.x.txt == "i" | b | i | g | i | x | x | x | x | i | g | i | b | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
2,026 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.r: A = None
self.txt = txt
e = A("e")
f = B("f")
a = B("a")
e.u = f
f.o = e
f.r = e
a.o = e
a.r = e
assert f.o.u.o.txt == " | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.r: A = None
self.txt = txt
e = A("e")
f = B("f")
a = B("a")
e.u = f
f.o = e
f.r = e
a.o = e
a.r = e
assert f.o.u.o.txt == "e" | f | e | f | e | x | x | x | x | e | f | e | f | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,027 | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: A = None
self.txt = txt
d = A("d")
j = B("j")
e = A("e")
f = A("f")
d.v = j
d.y = j
j.w = f
j.s = e
e.v = j
e... | j" | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: A = None
self.txt = txt
d = A("d")
j = B("j")
e = A("e")
f = A("f")
d.v = j
d.y = j
j.w = f
j.s = e
e.v = j
e... | d | j | e | j | x | x | x | x | j | e | j | d | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
2,028 | class A:
def __init__(self, txt: str):
self.y: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
g = A("g")
e = B("e")
i = B("i")
g.y = i
g.p = e
e.r = i
i.r = e
assert e.r.r.r.txt == " | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
g = A("g")
e = B("e")
i = B("i")
g.y = i
g.p = e
e.r = i
i.r = e
assert e.r.r.r.txt == "i" | e | i | e | i | x | x | x | x | i | e | i | e | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
2,029 | class A:
def __init__(self, txt: str):
self.z: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.q: A = None
self.txt = txt
a = A("a")
c = B("c")
h = A("h")
a.z = c
a.p = h
c.t = h
c.q = a
h.z = c
h.p = a
asse... | a" | class A:
def __init__(self, txt: str):
self.z: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.q: A = None
self.txt = txt
a = A("a")
c = B("c")
h = A("h")
a.z = c
a.p = h
c.t = h
c.q = a
h.z = c
h.p = a
asse... | c | a | c | a | x | x | x | x | a | c | a | c | x | x | x | x | 3 | 6 | 2 | 3 | 2 |
2,030 | class A:
def __init__(self, txt: str):
self.q: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
f = A("f")
e = B("e")
h = A("h")
b = A("b")
d = B("d")
g = B("g")
i = A("i")
f.q = b
... | f" | class A:
def __init__(self, txt: str):
self.q: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
f = A("f")
e = B("e")
h = A("h")
b = A("b")
d = B("d")
g = B("g")
i = A("i")
f.q = b
... | b | h | b | i | h | f | x | x | f | h | i | b | h | b | x | x | 7 | 11 | 2 | 5 | 2 |
2,031 | class A:
def __init__(self, txt: str):
self.v: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
b = A("b")
i = B("i")
c = A("c")
b.v = i
b.q = c
i.r = c
i.s = b
c.v = i
c.q = b
asse... | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
b = A("b")
i = B("i")
c = A("c")
b.v = i
b.q = c
i.r = c
i.s = b
c.v = i
c.q = b
asse... | i | c | b | c | x | x | x | x | c | b | c | i | x | x | x | x | 3 | 6 | 2 | 3 | 1 |
2,032 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: A = None
self.txt = txt
b = A("b")
f = B("f")
h = B("h")
b.q = f
f.o = h
f.r = b
h.o = f
h.r = b
assert b.q.r.q.txt == " | f" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: A = None
self.txt = txt
b = A("b")
f = B("f")
h = B("h")
b.q = f
f.o = h
f.r = b
h.o = f
h.r = b
assert b.q.r.q.txt == "f" | b | f | b | f | x | x | x | x | f | b | f | b | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
2,033 | class A:
def __init__(self, txt: str):
self.t: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
i = A("i")
f = B("f")
e = B("e")
b = A("b")
i.t = f
i.o = e
f.r = i
e.r = i
b.t = e
b.o = e
assert b.o.r.t.txt... | f" | class A:
def __init__(self, txt: str):
self.t: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
i = A("i")
f = B("f")
e = B("e")
b = A("b")
i.t = f
i.o = e
f.r = i
e.r = i
b.t = e
b.o = e
assert b.o.r.t.txt... | b | e | i | f | x | x | x | x | f | i | e | b | x | x | x | x | 4 | 5 | 2 | 3 | 0 |
2,034 | class A:
def __init__(self, txt: str):
self.r: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
f = A("f")
a = B("a")
i = A("i")
h = A("h")
b = A("b")
d = B("d")
f.r = d
f.v = b
a.x = d
i.r = d
i.v = b
h.r ... | d" | class A:
def __init__(self, txt: str):
self.r: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
f = A("f")
a = B("a")
i = A("i")
h = A("h")
b = A("b")
d = B("d")
f.r = d
f.v = b
a.x = d
i.r = d
i.v = b
h.r ... | h | a | d | a | d | a | d | x | d | a | d | a | d | a | h | x | 6 | 10 | 2 | 6 | 4 |
2,035 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
d = A("d")
j = B("j")
a = B("a")
i = B("i")
f = A("f")
b = A("b")
g = B("g")
d.p = i
j.w = g
a.w = j
i.w = j
f.p = j
b.p = a
g.w = i
as... | i" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
d = A("d")
j = B("j")
a = B("a")
i = B("i")
f = A("f")
b = A("b")
g = B("g")
d.p = i
j.w = g
a.w = j
i.w = j
f.p = j
b.p = a
g.w = i
as... | i | j | g | i | j | g | i | x | i | g | j | i | g | j | i | x | 7 | 7 | 2 | 6 | 4 |
2,036 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.x: B = None
self.txt = txt
i = A("i")
h = B("h")
c = B("c")
b = A("b")
a = B("a")
i.o = c
h.y = i
h.x = c
c.y = b
c.x = h
b.o = h
a.y = i... | h" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.x: B = None
self.txt = txt
i = A("i")
h = B("h")
c = B("c")
b = A("b")
a = B("a")
i.o = c
h.y = i
h.x = c
c.y = b
c.x = h
b.o = h
a.y = i... | b | h | i | c | h | x | x | x | h | c | i | h | b | x | x | x | 5 | 8 | 2 | 4 | 1 |
2,037 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
e = A("e")
c = B("c")
j = A("j")
a = A("a")
d = B("d")
e.t = c
c.y = d
j.t = d
a.t = d
d.y = c
assert c.y.y.y.txt == " | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
e = A("e")
c = B("c")
j = A("j")
a = A("a")
d = B("d")
e.t = c
c.y = d
j.t = d
a.t = d
d.y = c
assert c.y.y.y.txt == "d" | c | d | c | d | x | x | x | x | d | c | d | c | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
2,038 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
g = A("g")
i = B("i")
f = B("f")
g.v = f
i.w = f
f.w = i
assert i.w.w.w.txt == " | f" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
g = A("g")
i = B("i")
f = B("f")
g.v = f
i.w = f
f.w = i
assert i.w.w.w.txt == "f" | i | f | i | f | x | x | x | x | f | i | f | i | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,039 | class A:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
d = A("d")
j = B("j")
a = B("a")
e = B("e")
d.z = a
d.s = j
j.w = e
a.w = e
e.w = j
assert a.w.w.w.w.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
d = A("d")
j = B("j")
a = B("a")
e = B("e")
d.z = a
d.s = j
j.w = e
a.w = e
e.w = j
assert a.w.w.w.w.txt == "j... | a | e | j | e | j | x | x | x | j | e | j | e | a | x | x | x | 4 | 5 | 2 | 4 | 2 |
2,040 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.w: A = None
self.txt = txt
e = A("e")
g = B("g")
f = B("f")
d = B("d")
h = B("h")
i = A("i")
e.u = i
g.u = h
g.w = i
f.u = d
f.w = i
d.u ... | e" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.w: A = None
self.txt = txt
e = A("e")
g = B("g")
f = B("f")
d = B("d")
h = B("h")
i = A("i")
e.u = i
g.u = h
g.w = i
f.u = d
f.w = i
d.u ... | g | i | e | i | e | x | x | x | e | i | e | i | g | x | x | x | 6 | 10 | 2 | 4 | 2 |
2,041 | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.v: B = None
self.txt = txt
h = A("h")
b = B("b")
j = B("j")
c = B("c")
a = A("a")
h.p = b
h.t = a
b.o = c
b.v = ... | c" | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.v: B = None
self.txt = txt
h = A("h")
b = B("b")
j = B("j")
c = B("c")
a = A("a")
h.p = b
h.t = a
b.o = c
b.v = ... | h | b | c | b | c | x | x | x | c | b | c | b | h | x | x | x | 5 | 10 | 2 | 4 | 2 |
2,042 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.t: B = None
self.txt = txt
e = A("e")
i = B("i")
c = B("c")
b = A("b")
e.p = c
i.p = c
i.t = c
c.p = i
c.t = i
b.p = i
assert e.p.t.p.t.t... | i" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.t: B = None
self.txt = txt
e = A("e")
i = B("i")
c = B("c")
b = A("b")
e.p = c
i.p = c
i.t = c
c.p = i
c.t = i
b.p = i
assert e.p.t.p.t.t... | e | c | i | c | i | x | x | x | i | c | i | c | e | x | x | x | 4 | 4 | 2 | 4 | 2 |
2,043 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
b = A("b")
f = B("f")
a = A("a")
j = A("j")
e = B("e")
b.z = f
f.x = e
a.z = f
j.z = e
e.x = f
assert j.z.x.x.x.x.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
b = A("b")
f = B("f")
a = A("a")
j = A("j")
e = B("e")
b.z = f
f.x = e
a.z = f
j.z = e
e.x = f
assert j.z.x.x.x.x.txt == "e" | j | e | f | e | f | e | x | x | e | f | e | f | e | j | x | x | 5 | 5 | 2 | 5 | 3 |
2,044 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
g = A("g")
a = B("a")
h = B("h")
e = B("e")
c = B("c")
i = A("i")
g.z = i
a.y = i
h.y = i
e.y = i
c.y = g
i.z = g
assert e.y.z.z.z.z.tx... | i" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
g = A("g")
a = B("a")
h = B("h")
e = B("e")
c = B("c")
i = A("i")
g.z = i
a.y = i
h.y = i
e.y = i
c.y = g
i.z = g
assert e.y.z.z.z.z.tx... | e | i | g | i | g | i | x | x | i | g | i | g | i | e | x | x | 6 | 6 | 2 | 5 | 3 |
2,045 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
j = A("j")
h = B("h")
g = A("g")
j.t = g
h.s = j
g.t = j
assert j.t.t.t.txt == " | g" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
j = A("j")
h = B("h")
g = A("g")
j.t = g
h.s = j
g.t = j
assert j.t.t.t.txt == "g" | j | g | j | g | x | x | x | x | g | j | g | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,046 | 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.x: A = None
self.txt = txt
d = A("d")
j = B("j")
c = B("c")
b = B("b")
f = A("f")
i = A("i")
d.x = b
j.s = b
j.x = i
c.s = b
c.x = d
b.s ... | j" | 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.x: A = None
self.txt = txt
d = A("d")
j = B("j")
c = B("c")
b = B("b")
f = A("f")
i = A("i")
d.x = b
j.s = b
j.x = i
c.s = b
c.x = d
b.s ... | j | i | j | b | j | x | x | x | j | b | j | i | j | x | x | x | 6 | 9 | 2 | 4 | 2 |
2,047 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
g = A("g")
a = B("a")
f = B("f")
b = A("b")
h = B("h")
j = A("j")
i = B("i")
g.s = j
a.w = j
f.w = b
b.s = g
h.w = j
j.s = b
i.w = b
as... | g" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
g = A("g")
a = B("a")
f = B("f")
b = A("b")
h = B("h")
j = A("j")
i = B("i")
g.s = j
a.w = j
f.w = b
b.s = g
h.w = j
j.s = b
i.w = b
as... | b | g | j | b | g | x | x | x | g | b | j | g | b | x | x | x | 7 | 7 | 2 | 4 | 2 |
2,048 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
c = A("c")
e = B("e")
g = B("g")
j = B("j")
c.s = e
e.o = c
e.u = c
g.o = c
g.u = c
j.o = c
j.u = c
assert g.u... | e" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
c = A("c")
e = B("e")
g = B("g")
j = B("j")
c.s = e
e.o = c
e.u = c
g.o = c
g.u = c
j.o = c
j.u = c
assert g.u... | g | c | e | c | e | x | x | x | e | c | e | c | g | x | x | x | 4 | 4 | 2 | 4 | 2 |
2,049 | class A:
def __init__(self, txt: str):
self.z: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
j = A("j")
f = B("f")
c = B("c")
g = A("g")
b = A("b")
a = B("a")
i = A("i")
j.z = i
j.v = a
f.p = a
c.p = a
g... | f" | class A:
def __init__(self, txt: str):
self.z: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
j = A("j")
f = B("f")
c = B("c")
g = A("g")
b = A("b")
a = B("a")
i = A("i")
j.z = i
j.v = a
f.p = a
c.p = a
g... | i | f | a | f | a | f | a | f | f | a | f | a | f | a | f | i | 7 | 11 | 2 | 7 | 5 |
2,050 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.p: B = None
self.txt = txt
i = A("i")
j = B("j")
b = A("b")
c = B("c")
g = A("g")
h = B("h")
i.u = j
j.v = b
j.p = h
b.u = h
c.v = b
c.p ... | h" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.p: B = None
self.txt = txt
i = A("i")
j = B("j")
b = A("b")
c = B("c")
g = A("g")
h = B("h")
i.u = j
j.v = b
j.p = h
b.u = h
c.v = b
c.p ... | b | h | b | h | j | b | h | x | h | b | j | h | b | h | b | x | 6 | 9 | 2 | 6 | 4 |
2,051 | class A:
def __init__(self, txt: str):
self.u: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
j = A("j")
a = B("a")
d = A("d")
e = B("e")
j.u = a
j.o = a
a.t = d
a.o = d
d.u = a
d... | a" | class A:
def __init__(self, txt: str):
self.u: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
j = A("j")
a = B("a")
d = A("d")
e = B("e")
j.u = a
j.o = a
a.t = d
a.o = d
d.u = a
d... | e | d | a | d | a | x | x | x | a | d | a | d | e | x | x | x | 4 | 5 | 2 | 4 | 2 |
2,052 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.z: B = None
self.txt = txt
f = A("f")
g = B("g")
i = B("i")
c = A("c")
f.s = c
g.w = i
g.z = i
i.w = g
i.z = g
c.s = f
assert i.w.z.w.txt... | g" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.z: B = None
self.txt = txt
f = A("f")
g = B("g")
i = B("i")
c = A("c")
f.s = c
g.w = i
g.z = i
i.w = g
i.z = g
c.s = f
assert i.w.z.w.txt... | i | g | i | g | x | x | x | x | g | i | g | i | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
2,053 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.v: B = None
self.txt = txt
g = A("g")
a = B("a")
h = B("h")
i = A("i")
g.s = h
a.u = h
a.v = h
h.u = a
h.v = a
i.s = h
assert a.v.u.u.v.t... | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.v: B = None
self.txt = txt
g = A("g")
a = B("a")
h = B("h")
i = A("i")
g.s = h
a.u = h
a.v = h
h.u = a
h.v = a
i.s = h
assert a.v.u.u.v.t... | a | h | a | h | a | x | x | x | a | h | a | h | a | x | x | x | 4 | 4 | 2 | 4 | 3 |
2,054 | 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.x: A = None
self.txt = txt
h = A("h")
f = B("f")
c = A("c")
d = B("d")
a = A("a")
i = B("i")
h.s = c
h.t = i
f.x = h
c.s = h
c.t = f
d.x ... | c" | 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.x: A = None
self.txt = txt
h = A("h")
f = B("f")
c = A("c")
d = B("d")
a = A("a")
i = B("i")
h.s = c
h.t = i
f.x = h
c.s = h
c.t = f
d.x ... | c | f | h | c | x | x | x | x | c | h | f | c | x | x | x | x | 6 | 9 | 2 | 3 | 1 |
2,055 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.q: A = None
self.txt = txt
a = A("a")
h = B("h")
e = B("e")
f = A("f")
b = B("b")
g = B("g")
a.o = h
h.r = e
h.q = f
e.r = b
e.q = f
f.o ... | f" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.q: A = None
self.txt = txt
a = A("a")
h = B("h")
e = B("e")
f = A("f")
b = B("b")
g = B("g")
a.o = h
h.r = e
h.q = f
e.r = b
e.q = f
f.o ... | h | f | g | b | f | x | x | x | f | b | g | f | h | x | x | x | 6 | 10 | 2 | 4 | 1 |
2,056 | class A:
def __init__(self, txt: str):
self.r: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
j = B("j")
h = B("h")
b = B("b")
f = B("f")
i = B("i")
a = B("a")
e.r = b
e.x = i
j.s = h
h.s = j
b... | h" | class A:
def __init__(self, txt: str):
self.r: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
j = B("j")
h = B("h")
b = B("b")
f = B("f")
i = B("i")
a = B("a")
e.r = b
e.x = i
j.s = h
h.s = j
b... | h | j | h | j | h | j | h | x | h | j | h | j | h | j | h | x | 7 | 8 | 2 | 6 | 5 |
2,057 | class A:
def __init__(self, txt: str):
self.t: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.w: A = None
self.txt = txt
b = A("b")
c = B("c")
i = A("i")
d = A("d")
b.t = c
b.z = c
c.s = b
c.w = i
i.t = c
i... | i" | class A:
def __init__(self, txt: str):
self.t: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.w: A = None
self.txt = txt
b = A("b")
c = B("c")
i = A("i")
d = A("d")
b.t = c
b.z = c
c.s = b
c.w = i
i.t = c
i... | c | i | c | i | x | x | x | x | i | c | i | c | x | x | x | x | 4 | 5 | 2 | 3 | 2 |
2,058 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.u: B = None
self.txt = txt
d = A("d")
a = B("a")
j = A("j")
h = B("h")
i = A("i")
g = A("g")
c = B("c")
d.r = c
a.p = d
a.u = c
j.r = h
h... | h" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.u: B = None
self.txt = txt
d = A("d")
a = B("a")
j = A("j")
h = B("h")
i = A("i")
g = A("g")
c = B("c")
d.r = c
a.p = d
a.u = c
j.r = h
h... | i | c | j | h | c | j | h | x | h | j | c | h | j | c | i | x | 7 | 10 | 2 | 6 | 3 |
2,059 | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
d = A("d")
a = B("a")
c = A("c")
g = B("g")
i = B("i")
d.t = a
d.q = c
a.z = i
c.t = i
c.q = d
g.z = a
i.z = g... | c" | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
d = A("d")
a = B("a")
c = A("c")
g = B("g")
i = B("i")
d.t = a
d.q = c
a.z = i
c.t = i
c.q = d
g.z = a
i.z = g... | d | c | d | c | x | x | x | x | c | d | c | d | x | x | x | x | 5 | 7 | 2 | 3 | 2 |
2,060 | class A:
def __init__(self, txt: str):
self.q: B = None
self.s: 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")
b = A("b")
d.q = h
d.s = h
h.v = b
b.q = h
b.s = h
assert h.v.s.v.txt == " | b" | class A:
def __init__(self, txt: str):
self.q: B = None
self.s: 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")
b = A("b")
d.q = h
d.s = h
h.v = b
b.q = h
b.s = h
assert h.v.s.v.txt == "b" | h | b | h | b | x | x | x | x | b | h | b | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,061 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
j = A("j")
i = B("i")
h = B("h")
e = B("e")
g = B("g")
j.p = g
i.r = e
h.r = i
e.r = h
g.r = e
assert j.p.r.r.txt == " | h" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
j = A("j")
i = B("i")
h = B("h")
e = B("e")
g = B("g")
j.p = g
i.r = e
h.r = i
e.r = h
g.r = e
assert j.p.r.r.txt == "h" | j | g | e | h | x | x | x | x | h | e | g | j | x | x | x | x | 5 | 5 | 2 | 3 | 0 |
2,062 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.z: A = None
self.txt = txt
d = A("d")
f = B("f")
g = A("g")
e = B("e")
j = A("j")
a = B("a")
d.x = g
f.x = d
f.z = j
g.x = d
e.x = d
e.z ... | g" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.z: A = None
self.txt = txt
d = A("d")
f = B("f")
g = A("g")
e = B("e")
j = A("j")
a = B("a")
d.x = g
f.x = d
f.z = j
g.x = d
e.x = d
e.z ... | a | d | g | d | g | d | g | x | g | d | g | d | g | d | a | x | 6 | 9 | 2 | 6 | 4 |
2,063 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.y: A = None
self.txt = txt
c = A("c")
b = B("b")
e = B("e")
c.v = b
b.s = e
b.y = c
e.s = b
e.y = c
assert c.v.y.v.txt == " | b" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.y: A = None
self.txt = txt
c = A("c")
b = B("b")
e = B("e")
c.v = b
b.s = e
b.y = c
e.s = b
e.y = c
assert c.v.y.v.txt == "b" | c | b | c | b | x | x | x | x | b | c | b | c | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
2,064 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
j = B("j")
d = A("d")
h.o = d
j.u = h
d.o = h
assert j.u.o.o.txt == " | h" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
j = B("j")
d = A("d")
h.o = d
j.u = h
d.o = h
assert j.u.o.o.txt == "h" | j | h | d | h | x | x | x | x | h | d | h | j | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,065 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
i = A("i")
j = B("j")
f = A("f")
g = B("g")
c = A("c")
b = B("b")
i.z = c
j.q = b
f.z = c
g.q = b
c.z = f
b.q = j
assert f.z.z.z.txt ==... | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
i = A("i")
j = B("j")
f = A("f")
g = B("g")
c = A("c")
b = B("b")
i.z = c
j.q = b
f.z = c
g.q = b
c.z = f
b.q = j
assert f.z.z.z.txt ==... | f | c | f | c | x | x | x | x | c | f | c | f | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
2,066 | class A:
def __init__(self, txt: str):
self.r: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
g = A("g")
e = B("e")
a = A("a")
g.r = a
g.t = a
e.z = a
a.r = g
a.t = g
assert e.z.t.t.txt == " | a" | class A:
def __init__(self, txt: str):
self.r: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
g = A("g")
e = B("e")
a = A("a")
g.r = a
g.t = a
e.z = a
a.r = g
a.t = g
assert e.z.t.t.txt == "a" | e | a | g | a | x | x | x | x | a | g | a | e | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,067 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
d = A("d")
i = B("i")
h = A("h")
d.v = i
i.s = h
h.v = i
assert d.v.s.v.txt == " | i" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
d = A("d")
i = B("i")
h = A("h")
d.v = i
i.s = h
h.v = i
assert d.v.s.v.txt == "i" | d | i | h | i | x | x | x | x | i | h | i | d | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,068 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
h = B("h")
i = A("i")
d = A("d")
j.v = i
h.o = d
i.v = d
d.v = j
assert i.v.v.v.v.txt == " | d" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
h = B("h")
i = A("i")
d = A("d")
j.v = i
h.o = d
i.v = d
d.v = j
assert i.v.v.v.v.txt == "d" | i | d | j | i | d | x | x | x | d | i | j | d | i | x | x | x | 4 | 4 | 2 | 4 | 2 |
2,069 | class A:
def __init__(self, txt: str):
self.p: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: A = None
self.txt = txt
g = A("g")
b = B("b")
f = A("f")
c = A("c")
j = B("j")
h = A("h")
i = B("i")
g.p = h
... | c" | class A:
def __init__(self, txt: str):
self.p: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: A = None
self.txt = txt
g = A("g")
b = B("b")
f = A("f")
c = A("c")
j = B("j")
h = A("h")
i = B("i")
g.p = h
... | i | j | f | c | x | x | x | x | c | f | j | i | x | x | x | x | 7 | 14 | 2 | 3 | 0 |
2,070 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
b = A("b")
j = B("j")
f = A("f")
e = B("e")
d = A("d")
a = B("a")
b.u = a
j.r = e
f.u = j
e.r = j
d.u = e
a.r = j
assert j.r.r.r.r.txt ... | j" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
b = A("b")
j = B("j")
f = A("f")
e = B("e")
d = A("d")
a = B("a")
b.u = a
j.r = e
f.u = j
e.r = j
d.u = e
a.r = j
assert j.r.r.r.r.txt ... | j | e | j | e | j | x | x | x | j | e | j | e | j | x | x | x | 6 | 6 | 2 | 4 | 3 |
2,071 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.t: A = None
self.txt = txt
j = A("j")
h = B("h")
f = B("f")
b = A("b")
j.s = b
h.s = b
h.t = b
f.s = j
f.t = b
b.s = j
assert b.s.s.s.s.t... | b" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.t: A = None
self.txt = txt
j = A("j")
h = B("h")
f = B("f")
b = A("b")
j.s = b
h.s = b
h.t = b
f.s = j
f.t = b
b.s = j
assert b.s.s.s.s.t... | b | j | b | j | b | x | x | x | b | j | b | j | b | x | x | x | 4 | 5 | 2 | 4 | 3 |
2,072 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
i = A("i")
a = B("a")
d = B("d")
f = A("f")
g = A("g")
e = B("e")
b = A("b")
i.p = g
a.o = g
d.o = f
f.p = i
g.p = b
e.o = b
b.p = g
as... | g" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
i = A("i")
a = B("a")
d = B("d")
f = A("f")
g = A("g")
e = B("e")
b = A("b")
i.p = g
a.o = g
d.o = f
f.p = i
g.p = b
e.o = b
b.p = g
as... | f | i | g | b | g | b | g | x | g | b | g | b | g | i | f | x | 7 | 7 | 2 | 6 | 3 |
2,073 | class A:
def __init__(self, txt: str):
self.w: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
d = B("d")
a = A("a")
j = A("j")
c = A("c")
f = A("f")
e.w = d
e.r = f
d.r = e
a.w = d
a.r = j
j.w ... | d" | class A:
def __init__(self, txt: str):
self.w: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
d = B("d")
a = A("a")
j = A("j")
c = A("c")
f = A("f")
e.w = d
e.r = f
d.r = e
a.w = d
a.r = j
j.w ... | f | d | e | f | e | d | x | x | d | e | f | e | d | f | x | x | 6 | 11 | 2 | 5 | 3 |
2,074 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
f = A("f")
j = B("j")
h = B("h")
e = B("e")
f.v = j
j.v = f
j.q = e
h.v = f
h.q = j
e.v = f
e.q = j
assert f.v... | j" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
f = A("f")
j = B("j")
h = B("h")
e = B("e")
f.v = j
j.v = f
j.q = e
h.v = f
h.q = j
e.v = f
e.q = j
assert f.v... | f | j | f | j | x | x | x | x | j | f | j | f | x | x | x | x | 4 | 7 | 2 | 3 | 2 |
2,075 | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: B = None
self.txt = txt
i = A("i")
c = B("c")
b = A("b")
e = A("e")
f = B("f")
i.u = f
i.t = e
c.w = i
c.s = ... | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: B = None
self.txt = txt
i = A("i")
c = B("c")
b = A("b")
e = A("e")
f = B("f")
i.u = f
i.t = e
c.w = i
c.s = ... | i | f | c | f | c | i | x | x | i | c | f | c | f | i | x | x | 5 | 10 | 2 | 5 | 3 |
2,076 | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.t: A = None
self.txt = txt
b = A("b")
g = B("g")
a = B("a")
h = B("h")
f = A("f")
d = B("d")
j = B("j")
b.t = d
... | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.t: A = None
self.txt = txt
b = A("b")
g = B("g")
a = B("a")
h = B("h")
f = A("f")
d = B("d")
j = B("j")
b.t = d
... | g | d | b | d | b | d | b | d | d | b | d | b | d | b | d | g | 7 | 14 | 2 | 7 | 5 |
2,077 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.s: A = None
self.txt = txt
j = A("j")
g = B("g")
f = B("f")
e = A("e")
b = A("b")
h = A("h")
a = B("a")
j.t = a
g.r = a
g.s = b
f.r = a
f... | h" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.s: A = None
self.txt = txt
j = A("j")
g = B("g")
f = B("f")
e = A("e")
b = A("b")
h = A("h")
a = B("a")
j.t = a
g.r = a
g.s = b
f.r = a
f... | b | g | b | g | a | e | f | h | h | f | e | a | g | b | g | b | 7 | 10 | 2 | 7 | 2 |
2,078 | 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.t: B = None
self.x: B = None
self.txt = txt
b = A("b")
h = B("h")
a = A("a")
c = B("c")
f = B("f")
b.x = f
b.o = h
h.t = c
h.x = ... | c" | 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.t: B = None
self.x: B = None
self.txt = txt
b = A("b")
h = B("h")
a = A("a")
c = B("c")
f = B("f")
b.x = f
b.o = h
h.t = c
h.x = ... | c | h | f | c | x | x | x | x | c | f | h | c | x | x | x | x | 5 | 8 | 2 | 3 | 1 |
2,079 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
b = A("b")
a = B("a")
g = A("g")
e = A("e")
j = B("j")
i = A("i")
b.z = j
a.v = j
g.z = j
e.z = j
j.v = a
i.z = j
assert i.z.v.v.v.v.tx... | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
b = A("b")
a = B("a")
g = A("g")
e = A("e")
j = B("j")
i = A("i")
b.z = j
a.v = j
g.z = j
e.z = j
j.v = a
i.z = j
assert i.z.v.v.v.v.tx... | i | j | a | j | a | j | x | x | j | a | j | a | j | i | x | x | 6 | 6 | 2 | 5 | 3 |
2,080 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
a = A("a")
h = B("h")
f = A("f")
b = B("b")
g = B("g")
c = A("c")
e = B("e")
a.s = f
h.y = c
f.s = a
b.y = c
g.y = c
c.s = f
e.y = a
as... | f" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
a = A("a")
h = B("h")
f = A("f")
b = B("b")
g = B("g")
c = A("c")
e = B("e")
a.s = f
h.y = c
f.s = a
b.y = c
g.y = c
c.s = f
e.y = a
as... | f | a | f | a | f | x | x | x | f | a | f | a | f | x | x | x | 7 | 7 | 2 | 4 | 3 |
2,081 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
j = A("j")
b = B("b")
d = A("d")
j.w = b
b.u = d
d.w = b
assert j.w.u.w.txt == " | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
j = A("j")
b = B("b")
d = A("d")
j.w = b
b.u = d
d.w = b
assert j.w.u.w.txt == "b" | j | b | d | b | x | x | x | x | b | d | b | j | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,082 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.x: B = None
self.txt = txt
c = A("c")
h = B("h")
e = B("e")
g = A("g")
a = A("a")
c.q = e
h.p = a
h.x = e
e.p = g
e.x = h
g.q = h
a.q = h... | a" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.x: B = None
self.txt = txt
c = A("c")
h = B("h")
e = B("e")
g = A("g")
a = A("a")
c.q = e
h.p = a
h.x = e
e.p = g
e.x = h
g.q = h
a.q = h... | h | e | g | h | a | x | x | x | a | h | g | e | h | x | x | x | 5 | 7 | 2 | 4 | 1 |
2,083 | class A:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
j = A("j")
g = B("g")
i = B("i")
f = A("f")
j.x = f
j.v = f
g.w = j
i.w = f
f.x = j
f.v = j
assert j.x.v.x.txt... | f" | class A:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
j = A("j")
g = B("g")
i = B("i")
f = A("f")
j.x = f
j.v = f
g.w = j
i.w = f
f.x = j
f.v = j
assert j.x.v.x.txt... | j | f | j | f | x | x | x | x | f | j | f | j | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
2,084 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
i = B("i")
g = B("g")
c = B("c")
f = B("f")
a.p = g
i.s = c
g.s = i
c.s = i
f.s = i
assert g.s.s.s.txt == " | i" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
i = B("i")
g = B("g")
c = B("c")
f = B("f")
a.p = g
i.s = c
g.s = i
c.s = i
f.s = i
assert g.s.s.s.txt == "i" | g | i | c | i | x | x | x | x | i | c | i | g | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
2,085 | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
j = A("j")
h = B("h")
i = B("i")
c = B("c")
f = B("f")
a = A("a")
j.p = a
j.o = a
h.y = c
i.y = f
c.y = f
f.y ... | c" | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
j = A("j")
h = B("h")
i = B("i")
c = B("c")
f = B("f")
a = A("a")
j.p = a
j.o = a
h.y = c
i.y = f
c.y = f
f.y ... | h | c | f | c | x | x | x | x | c | f | c | h | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
2,086 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: A = None
self.txt = txt
g = A("g")
c = B("c")
f = B("f")
d = B("d")
e = A("e")
g.v = c
c.v = e
c.x = g
f.v = e
f.x = g
d.v = e
d.x = g... | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: A = None
self.txt = txt
g = A("g")
c = B("c")
f = B("f")
d = B("d")
e = A("e")
g.v = c
c.v = e
c.x = g
f.v = e
f.x = g
d.v = e
d.x = g... | d | g | c | g | c | x | x | x | c | g | c | g | d | x | x | x | 5 | 8 | 2 | 4 | 2 |
2,087 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
j = B("j")
f = A("f")
d = B("d")
g = B("g")
a = B("a")
e.r = a
j.r = f
f.r = j
d.r = e
g.r = e
a.r = e
assert d.r.r.r.r.r.r.... | a" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
j = B("j")
f = A("f")
d = B("d")
g = B("g")
a = B("a")
e.r = a
j.r = f
f.r = j
d.r = e
g.r = e
a.r = e
assert d.r.r.r.r.r.r.... | d | e | a | e | a | e | a | x | a | e | a | e | a | e | d | x | 6 | 6 | 2 | 6 | 4 |
2,088 | class A:
def __init__(self, txt: str):
self.s: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
i = A("i")
a = B("a")
e = B("e")
i.s = e
i.w = a
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.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
i = A("i")
a = B("a")
e = B("e")
i.s = e
i.w = a
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 | 4 | 2 | 3 | 2 |
2,089 | class A:
def __init__(self, txt: str):
self.p: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
f = A("f")
c = B("c")
j = A("j")
h = B("h")
a = B("a")
i = A("i")
f.p = a
f.u = i
c.w = f
j.p = c
j.u = i
h.w ... | a" | class A:
def __init__(self, txt: str):
self.p: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
f = A("f")
c = B("c")
j = A("j")
h = B("h")
a = B("a")
i = A("i")
f.p = a
f.u = i
c.w = f
j.p = c
j.u = i
h.w ... | h | j | i | c | f | a | x | x | a | f | c | i | j | h | x | x | 6 | 9 | 2 | 5 | 0 |
2,090 | class A:
def __init__(self, txt: str):
self.w: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
f = A("f")
e = B("e")
c = A("c")
a = B("a")
g = B("g")
f.w = c
f.s = c
e.s = a
c.w = f
c.s = f
a.s = e
g.s = e... | f" | class A:
def __init__(self, txt: str):
self.w: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
f = A("f")
e = B("e")
c = A("c")
a = B("a")
g = B("g")
f.w = c
f.s = c
e.s = a
c.w = f
c.s = f
a.s = e
g.s = e... | c | f | c | f | x | x | x | x | f | c | f | c | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
2,091 | 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.q: A = None
self.txt = txt
a = A("a")
d = B("d")
g = A("g")
i = A("i")
c = A("c")
a.w = g
d.p = c
d.q = a
g.w = c
i.w = a
c.w = g
assert ... | c" | 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.q: A = None
self.txt = txt
a = A("a")
d = B("d")
g = A("g")
i = A("i")
c = A("c")
a.w = g
d.p = c
d.q = a
g.w = c
i.w = a
c.w = g
assert ... | c | g | c | g | c | x | x | x | c | g | c | g | c | x | x | x | 5 | 6 | 2 | 4 | 3 |
2,092 | 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.x: B = None
self.txt = txt
h = A("h")
d = B("d")
j = B("j")
g = A("g")
f = A("f")
h.o = j
h.q = f
d.x = j
j.x = d
g.o = j
g.q = h
f.o = d... | d" | 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.x: B = None
self.txt = txt
h = A("h")
d = B("d")
j = B("j")
g = A("g")
f = A("f")
h.o = j
h.q = f
d.x = j
j.x = d
g.o = j
g.q = h
f.o = d... | j | d | j | d | x | x | x | x | d | j | d | j | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
2,093 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
e = B("e")
d = B("d")
b.p = d
e.y = b
d.y = b
assert b.p.y.p.txt == " | d" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
e = B("e")
d = B("d")
b.p = d
e.y = b
d.y = b
assert b.p.y.p.txt == "d" | b | d | b | d | x | x | x | x | d | b | d | b | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,094 | class A:
def __init__(self, txt: str):
self.v: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.txt = txt
j = A("j")
a = B("a")
h = B("h")
i = A("i")
j.v = h
j.x = i
a.t = i
a.x = j
h.t = j
h... | h" | class A:
def __init__(self, txt: str):
self.v: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.txt = txt
j = A("j")
a = B("a")
h = B("h")
i = A("i")
j.v = h
j.x = i
a.t = i
a.x = j
h.t = j
h... | a | i | a | j | h | x | x | x | h | j | a | i | a | x | x | x | 4 | 7 | 2 | 4 | 1 |
2,095 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
c = A("c")
j = B("j")
g = A("g")
d = B("d")
i = A("i")
b = B("b")
e = A("e")
c.q = b
j.v = d
g.q = b
d.v = b
i.q = j
b.v = d
e.q = d
as... | b" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
c = A("c")
j = B("j")
g = A("g")
d = B("d")
i = A("i")
b = B("b")
e = A("e")
c.q = b
j.v = d
g.q = b
d.v = b
i.q = j
b.v = d
e.q = d
as... | g | b | d | b | d | b | x | x | b | d | b | d | b | g | x | x | 7 | 7 | 2 | 5 | 3 |
2,096 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.r: A = None
self.txt = txt
a = A("a")
c = B("c")
g = A("g")
d = A("d")
e = B("e")
b = B("b")
a.w = d
c.t = d
c.r = d
g.w = d
d.w = a
e.t ... | a" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.r: A = None
self.txt = txt
a = A("a")
c = B("c")
g = A("g")
d = A("d")
e = B("e")
b = B("b")
a.w = d
c.t = d
c.r = d
g.w = d
d.w = a
e.t ... | c | d | a | d | a | d | a | x | a | d | a | d | a | d | c | x | 6 | 8 | 2 | 6 | 4 |
2,097 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
g = A("g")
e = B("e")
a = A("a")
b = B("b")
f = A("f")
g.p = b
e.o = a
e.u = f
a.p = b
b.o = g
b.u = g
f.p = e... | b" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
g = A("g")
e = B("e")
a = A("a")
b = B("b")
f = A("f")
g.p = b
e.o = a
e.u = f
a.p = b
b.o = g
b.u = g
f.p = e... | f | e | f | e | a | b | x | x | b | a | e | f | e | f | x | x | 5 | 6 | 2 | 5 | 2 |
2,098 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.q: B = None
self.txt = txt
d = A("d")
c = B("c")
f = B("f")
g = A("g")
d.r = g
c.o = d
c.q = f
f.o = d
f.q = c
g.r = d
assert c.q.o.r.txt... | g" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.q: B = None
self.txt = txt
d = A("d")
c = B("c")
f = B("f")
g = A("g")
d.r = g
c.o = d
c.q = f
f.o = d
f.q = c
g.r = d
assert c.q.o.r.txt... | c | f | d | g | x | x | x | x | g | d | f | c | x | x | x | x | 4 | 6 | 2 | 3 | 0 |
2,099 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
c = A("c")
d = B("d")
i = B("i")
a = B("a")
j = B("j")
e = A("e")
c.s = e
d.r = e
d.s = e
i.r = c
i.s = e
a.r ... | e" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
c = A("c")
d = B("d")
i = B("i")
a = B("a")
j = B("j")
e = A("e")
c.s = e
d.r = e
d.s = e
i.r = c
i.s = e
a.r ... | j | c | e | c | e | x | x | x | e | c | e | c | j | x | x | x | 6 | 8 | 2 | 4 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.