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