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